Mercurial > MadButterfly
view inkscape/firefox/content/themes/checkbox/style.css @ 1417:7c89a4f648bd
Fix issue of removing components.
Ref: ticket #35 on Assembla
- It caused by misunderstanding (pygtk change it?) of APIs of PyGTK.
- Fix it by calling iter_next() of data model.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Thu, 07 Apr 2011 11:44:49 +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; }