1
0
Fork 0

cacher admin: improve switcher decoration

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1020 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2012-07-20 16:30:30 +00:00
parent 0eed82aa6b
commit 722cd23a5f
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ form {margin: 0; padding: 0}
.hitsgraph div div.barv.active { border-color: yellow; }
.switcher, h1 { text-align: center; display: block; }
.switcher a { color: blue; padding: 0 8px 0 8px; border: 1px solid white; border-bottom-color: black; }
.switcher a { color: blue; padding: 1px 8px 1px 8px; border: 1px solid white; border-bottom-color: black; text-decoration: none; }
.switcher a:hover.active
, .switcher a:active.active
, .switcher a.active { color: black; text-decoration: none; background: #99C; border-color: #99C; border-left-color: black; border-right-color: black; }
, .switcher a.active { color: black; background: #99C; border-color: #99C; border-left-color: black; border-right-color: black; }
.switcher a:hover { background: #f0f0f0; }
.switcher a:active { background: #e0e0e0; }
#help { display: block; float: right; }