aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static/css
diff options
context:
space:
mode:
authorGlandos <bugs-github@antipoul.fr>2020-05-30 14:36:50 +0200
committerGitHub <noreply@github.com>2020-05-30 14:36:50 +0200
commit4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561 (patch)
tree7df738bf373f07151659b059b6dcf2c70966fb3b /ihatemoney/static/css
parent08e176a27c5c7b4202663cf404c1ca50d288323c (diff)
downloadihatemoney-mirror-4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561.zip
ihatemoney-mirror-4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561.tar.gz
ihatemoney-mirror-4c8b90b8cc5e3fa8fe15b17b4aea64c6bf3f8561.tar.bz2
Rename see to show (#638)
Diffstat (limited to 'ihatemoney/static/css')
-rw-r--r--ihatemoney/static/css/main.css12
1 files changed, 6 insertions, 6 deletions
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,