using a lock symbol which looks also good in dark designs

pull/402/head
Michael Peter Christen 4 years ago
parent 43a9f4f574
commit 4ec55289a8

@ -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 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Loading…
Cancel
Save