GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / src / war / css / tree / default / tree.css
blobeffce510b0cb860584ad6ed5dd3d373f3438d29f
1 /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
3 /* first or middle sibling, no children */
4 .ygtvtn {
5 width:16px; height:22px;
6 background: url(../../img/default/tn.gif) 0 0 no-repeat;
9 /* first or middle sibling, collapsable */
10 .ygtvtm {
11 width:16px; height:22px;
12 cursor:pointer ;
13 background: url(../../img/default/tm.gif) 0 0 no-repeat;
16 /* first or middle sibling, collapsable, hover */
17 .ygtvtmh {
18 width:16px; height:22px;
19 cursor:pointer ;
20 background: url(../../img/default/tmh.gif) 0 0 no-repeat;
23 /* first or middle sibling, expandable */
24 .ygtvtp {
25 width:16px; height:22px;
26 cursor:pointer ;
27 background: url(../../img/default/tp.gif) 0 0 no-repeat;
30 /* first or middle sibling, expandable, hover */
31 .ygtvtph {
32 width:16px; height:22px;
33 cursor:pointer ;
34 background: url(../../img/default/tph.gif) 0 0 no-repeat;
37 /* last sibling, no children */
38 .ygtvln {
39 width:16px; height:22px;
40 background: url(../../img/default/ln.gif) 0 0 no-repeat;
43 /* Last sibling, collapsable */
44 .ygtvlm {
45 width:16px; height:22px;
46 cursor:pointer ;
47 background: url(../../img/default/lm.gif) 0 0 no-repeat;
50 /* Last sibling, collapsable, hover */
51 .ygtvlmh {
52 width:16px; height:22px;
53 cursor:pointer ;
54 background: url(../../img/default/lmh.gif) 0 0 no-repeat;
57 /* Last sibling, expandable */
58 .ygtvlp {
59 width:16px; height:22px;
60 cursor:pointer ;
61 background: url(../../img/default/lp.gif) 0 0 no-repeat;
64 /* Last sibling, expandable, hover */
65 .ygtvlph {
66 width:17px; height:22px; cursor:pointer ;
67 background: url(../../img/default/lph.gif) 0 0 no-repeat;
70 /* Loading icon */
71 .ygtvloading {
72 width:16px; height:22px;
73 background: url(../../img/default/loading.gif) 0 0 no-repeat;
76 /* the style for the empty cells that are used for rendering the depth
77 * of the node */
78 .ygtvdepthcell {
79 width:16px; height:22px;
80 background: url(../../img/default/vline.gif) 0 0 no-repeat;
83 .ygtvblankdepthcell { width:16px; height:22px; }
85 /* the style of the div around each node */
86 .ygtvitem { }
88 /* the style of the div around each node's collection of children */
89 .ygtvchildren { }
90 * html .ygtvchildren { height:2%; }
92 /* the style of the text label in ygTextNode */
93 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
94 margin-left:2px;
95 text-decoration: none;