source: extensions/rv_menutree/trunk/menutree.css @ 24734

Last change on this file since 24734 was 24720, checked in by rvelices, 11 years ago

menu tree uses css in a file instead of inline (avoid sending it too many times to the browser)

File size: 336 bytes
Line 
1LI .bullet{
2        padding-left:14px;
3        margin-left:0;
4        background:url(img/bpm.gif) no-repeat scroll
5}
6
7.liOpen .bullet{
8        cursor:pointer;background-position:-38px center
9}
10       
11.liClosed .bullet{
12        cursor:pointer;background-position:-19px center
13}
14       
15.liBullet .bullet{
16        cursor:default;background-position:0 center
17}
18
19.liClosed UL{
20        display:none
21}
Note: See TracBrowser for help on using the repository browser.