Mercurial > MadButterfly
annotate 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 |
rev | line source |
---|---|
352 | 1 .tree .tree-checkbox li a, |
2 .tree .tree-checkbox li a.unchecked { | |
3 background-image:url("check_0.png"); | |
4 } | |
5 .tree .tree-checkbox li a.undetermined { | |
6 background-image:url("check_1.png"); | |
7 } | |
8 .tree .tree-checkbox li a.checked { | |
9 background-image:url("check_2.png"); | |
10 } | |
11 .tree .tree-checkbox li a.clicked, | |
12 .tree .tree-checkbox li span.clicked { | |
13 background-color:transparent; | |
14 border-color:transparent; | |
15 color:black; | |
16 } |