#114107, improved interface/colors, patch by quicksketch

This commit is contained in:
Ted Serbinski
2007-01-30 06:02:09 +00:00
parent 6085946d1d
commit ba3b8e51d1
5 changed files with 8 additions and 2 deletions

View File

@@ -38,11 +38,16 @@ width:11em;
}
ul#simplemenu li.expanded > a {
background:#ddd url(bullet_go.gif) no-repeat 97%;
background:#ddd url(right-green.gif) no-repeat 97%;
}
ul#simplemenu li.root > a {
font-weight:bold;
background:#ddd url(down-green.gif) no-repeat 97%;
}
ul#simplemenu li:hover > a {
background-color:#2662F1;
background-color:#3875d7;
color:#fff;
}