Mercurial > MadButterfly
comparison inkscape/firefox/content/themes/apple/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-apple { | |
2 margin-left:0; | |
3 min-width:100%; | |
4 _width:100%; | |
5 float:left; | |
6 } | |
7 /* | |
8 .tree .tree-apple { | |
9 font-family:"Lucida Grande"; | |
10 font-size:14px; | |
11 } | |
12 */ | |
13 .tree .tree-apple, | |
14 .tree .tree-apple ul, | |
15 .tree .tree-apple li.leaf { | |
16 background-image:none; | |
17 } | |
18 .tree .tree-apple { | |
19 background:url("bg.jpg") left top repeat; | |
20 } | |
21 .tree .tree-apple li.open { | |
22 background-image:url("minus.gif"); | |
23 } | |
24 .tree .tree-apple li.closed, | |
25 .tree .tree-apple #dragged li.open { | |
26 background-image:url("plus.gif"); | |
27 } | |
28 | |
29 .tree .tree-apple li a { | |
30 background-image:url("folder.png"); | |
31 } | |
32 | |
33 .rtl .tree-apple li.closed { | |
34 background-image:url("plus_rtl.gif"); | |
35 } | |
36 .rtl .tree-apple #dragged li.open { | |
37 background-image:url("plus_rtl.gif"); | |
38 } | |
39 /* | |
40 .tree .tree-apple li a, | |
41 .tree .tree-apple li span { | |
42 border-radius:0px; | |
43 -moz-border-radius:0px; | |
44 -webkit-border-radius:0px; | |
45 } | |
46 */ | |
47 .tree .tree-apple li a:hover { | |
48 background-color:silver; | |
49 border-color:silver; | |
50 color:white; | |
51 } | |
52 .tree .tree-apple li a.clicked, | |
53 .tree .tree-apple li span.clicked { | |
54 background-color:#2E72DF; | |
55 border-color:#2E72DF; | |
56 color:white; | |
57 } |