c8fd0a9aacd8a3c5c7346ebdfa419bf97b4c423c
[atutor.git] / mods / photo_album / fluid / component-templates / js / jquery.ui-1.0 / themes / light / light.tree.css
1 body.light { font:10pt Verdana; background:#FFF; color:#111; }
2
3 .light .ui-tree-nodes * { outline:none; }
4 .light .ui-tree-nodes {
5     position:relative;
6     list-style: none;
7     margin:0;
8     padding:0;
9     margin-left:0;
10     padding-left:0.8em;
11 }
12
13 .light .ui-tree-node {
14     margin:0;
15     padding:0;
16     cursor: default;
17 }
18
19 .light .ui-tree-node-text {
20     text-decoration:none;
21     color:#222;
22     padding:0 .3em; 
23 }
24
25 .light .ui-tree-node-selected > .ui-tree-node-text {
26     background: #EEE;
27 }
28
29 .light .ui-tree-node-button {
30     border: 1px solid #CCC;
31     padding-left:1px;
32     color: #666;
33     font:7pt Courier New,monospace;
34     margin-top: 0.4em;
35     position: absolute;
36     left: 0.2em;
37     width: 0.7em;
38     height: 0.8em;
39     line-height: 0.8em;
40     text-decoration: none;
41     display:none;
42 }
43
44 .light .ui-tree-node-expanded > .ui-tree-node-button {
45     background: #EEE;
46     display:block;
47 }
48
49 .light .ui-tree-node-collapsed > .ui-tree-node-button {
50     background: #DDD;
51     display:block;
52 }
53
54 .light .ui-tree-node-moving > .ui-tree-node-button {
55     background: #DDD;
56 }
57
58 .light .ui-tree-node-moving > .ui-tree-node-text {
59     background: #DDD;
60 }
61