Mercurial > MadButterfly
view inkscape/firefox/content/themes/checkbox/style.css @ 1064:16c69756ef5d
Add NodeObserver to monitor the change of the layer and update it in the scene editor.
author | wycc |
---|---|
date | Tue, 30 Nov 2010 03:52:43 +0800 |
parents | 4350aa369149 |
children |
line wrap: on
line source
.tree .tree-checkbox li a, .tree .tree-checkbox li a.unchecked { background-image:url("check_0.png"); } .tree .tree-checkbox li a.undetermined { background-image:url("check_1.png"); } .tree .tree-checkbox li a.checked { background-image:url("check_2.png"); } .tree .tree-checkbox li a.clicked, .tree .tree-checkbox li span.clicked { background-color:transparent; border-color:transparent; color:black; }