#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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 303 B

BIN
down-green.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

BIN
right-green.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B

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;
}

View File

@ -27,5 +27,6 @@ $(document).ready(function() {
$('ul', this).slideDown(200);
}, function() {});
$('a', this).title('');
$(this).children('li.expanded').addClass('root');
});
});