comparison inkscape/firefox/content/themes/checkbox/style.css @ 352:4350aa369149

Use jQuery UI components.
author wycc
date Mon, 09 Mar 2009 01:27:33 +0800
parents
children
comparison
equal deleted inserted replaced
351:4ae9888bbde6 352:4350aa369149
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 }