annotate inkscape/firefox/content/themes/checkbox/style.css @ 465:d8181696b689
Android_Skia
Move functions into graphic engine layers.
Cairo and Skia have their own header files and C/C++ files. Some
functions are refactoried and move into graphic engine layer to make
reset of MadButterfly independently from graphic engines.
author |
Thinker K.F. Li <thinker@branda.to> |
date |
Thu, 12 Nov 2009 21:22:30 +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 } |