annotate inkscape/firefox/content/themes/classic/style.css @ 383:5b6230df7630

mgerge
author wycc
date Sun, 05 Apr 2009 12:29:35 +0800
parents 4350aa369149
children
rev   line source
352
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
1 .tree .tree-classic li.open {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
2 background-image:url("minus.gif");
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
3 background-position:2px 5px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
4 background-repeat: no-repeat;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
5 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
6 .tree .tree-classic li.closed,
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
7 .tree .tree-classic #dragged li.open {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
8 background-image:url("plus.gif");
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
9 background-position:2px 5px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
10 background-repeat: no-repeat;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
11 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
12
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
13 .tree .tree-classic li a,
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
14 .tree .tree-classic li span {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
15 border-radius:0px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
16 -moz-border-radius:0px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
17 -webkit-border-radius:0px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
18 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
19
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
20 .tree .tree-classic li.open a {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
21 background-image:url("folderopen.gif");
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
22 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
23 .tree .tree-classic li.closed a {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
24 background-image:url("folder.gif");
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
25 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
26 .tree .tree-classic li.leaf a {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
27 background-image:url("folder.gif");
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
28 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
29
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
30 .tree .tree-classic li a:hover {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
31 background-color:white;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
32 border-color:white;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
33 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
34 .tree .tree-classic li a.clicked,
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
35 .tree .tree-classic li span.clicked {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
36 background-color:navy;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
37 border-color:navy;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
38 color:white;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
39 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
40
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
41 .rtl .tree-classic li.open {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
42 background-position:right 5px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
43 margin-right:-3px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
44 padding-right:19px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
45 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
46 .rtl .tree-classic li.closed {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
47 background-position:right 5px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
48 margin-right:-3px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
49 padding-right:19px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
50 }
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
51 .rtl .tree-classic #dragged li.open {
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
52 background-position: right 5px;
4350aa369149 Use jQuery UI components.
wycc
parents:
diff changeset
53 }