#114107, improved interface/colors, patch by quicksketch
This commit is contained in:
parent
6085946d1d
commit
ba3b8e51d1
BIN
bullet_go.gif
BIN
bullet_go.gif
Binary file not shown.
Before Width: | Height: | Size: 303 B |
BIN
down-green.gif
Normal file
BIN
down-green.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 179 B |
BIN
right-green.gif
Normal file
BIN
right-green.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 893 B |
@ -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;
|
||||
}
|
||||
|
||||
|
@ -27,5 +27,6 @@ $(document).ready(function() {
|
||||
$('ul', this).slideDown(200);
|
||||
}, function() {});
|
||||
$('a', this).title('');
|
||||
$(this).children('li.expanded').addClass('root');
|
||||
});
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user