diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 4c61fbea..bd81314a 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -314,6 +314,10 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } +.bill-actions > form > .archive { + background: url("../images/edit.png") no-repeat right; + } + .bill-actions > .show { background: url("../images/show.png") no-repeat right; }