From 4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sat, 30 May 2020 14:36:50 +0200 Subject: Rename see to show (#638) --- ihatemoney/static/css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ihatemoney/static/css') diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index ec1481b..44bc5de 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -315,7 +315,7 @@ footer .footer-left { .bill-actions > .delete, .bill-actions > .edit, -.bill-actions > .see { +.bill-actions > .show { font-size: 0px; display: block; width: 16px; @@ -333,8 +333,8 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } -.bill-actions > .see { - background: url("../images/see.png") no-repeat right; +.bill-actions > .show { + background: url("../images/show.png") no-repeat right; } #bill_table, @@ -354,7 +354,7 @@ footer .footer-left { .project-actions > .delete, .project-actions > .edit, -.project-actions > .see { +.project-actions > .show { font-size: 0px; display: block; width: 16px; @@ -372,8 +372,8 @@ footer .footer-left { background: url("../images/edit.png") no-repeat right; } -.project-actions > .see { - background: url("../images/see.png") no-repeat right; +.project-actions > .show { + background: url("../images/show.png") no-repeat right; } .history_icon > .delete, -- cgit v1.1