summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2020-12-12 03:02:40 +0100
committerMichael Peter Christen <mc@yacy.net>2020-12-12 03:02:40 +0100
commit4ec55289a847369d80697932c21900f16bf02e35 (patch)
tree4a8d1c413c8243433211eb138f321af115e75e26 /htroot/env/base.css
parent43a9f4f57446e6987cdb03f1fb7f17dd92f56b60 (diff)
using a lock symbol which looks also good in dark designs
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index 0e86ea079..fb16e2de7 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -553,15 +553,17 @@ a.MenuItemLink {
}
a.MenuItemLink.lock {
- background-image:url(grafics/lock.gif);
- background-position:2px center;
+ background-image:url(grafics/lockclose.png);
+ background-position:1px center;
background-repeat:no-repeat;
+ background-size: 16px 16px;
}
a.MenuItemLink.unlock {
- background-image:url(grafics/lockopen.gif);
- background-position:2px center;
+ background-image:url(grafics/lockopen.png);
+ background-position:1px center;
background-repeat:no-repeat;
+ background-size: 16px 16px;
}
a:hover.MenuItemLink {