diff options
| author | orbiter <mc@yacy.net> | 2014-08-19 19:58:31 +0200 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-08-19 19:58:31 +0200 |
| commit | b4f2a1db6eac82bf857cbe6557d5f2370e2218d8 (patch) | |
| tree | 78924ae789325b53fbd0f85ef59c842949777e8e /htroot/env/base.css | |
| parent | aa3e5f2046880d78d4df8da2e07acf9b0bffd1aa (diff) | |
added a unlock icon for all protected pages that are unlocked because
the administrator is logged in.
Diffstat (limited to 'htroot/env/base.css')
| -rw-r--r-- | htroot/env/base.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css index bd4b4b688..3ae9dcac8 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -535,6 +535,12 @@ a.MenuItemLink.lock{ background-repeat:no-repeat; } +a.MenuItemLink.unlock{ + background-image:url(/env/grafics/lockopen.gif); + background-position:2px center; + background-repeat:no-repeat; +} + a:hover.MenuItemLink { text-decoration:none; } |
