2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
8 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
9 Code licensed under the BSD License:
10 http://developer.yahoo.net/yui/license.txt
14 /* the style of the div around each node */
20 border-collapse:collapse;
34 /* first or middle sibling, no children */
36 width:18px; height:22px;
37 background: url(treeview-sprite.gif) 0 -5600px no-repeat;
41 /* first or middle sibling, collapsable */
43 width:18px; height:22px;
45 background: url(treeview-sprite.gif) 0 -4000px no-repeat;
48 /* first or middle sibling, collapsable, hover */
50 width:18px; height:22px;
52 background: url(treeview-sprite.gif) 0 -4800px no-repeat;
55 /* first or middle sibling, expandable */
57 width:18px; height:22px;
59 background: url(treeview-sprite.gif) 0 -6400px no-repeat;
62 /* first or middle sibling, expandable, hover */
64 width:18px; height:22px;
66 background: url(treeview-sprite.gif) 0 -7200px no-repeat;
69 /* last sibling, no children */
71 width:18px; height:22px;
72 background: url(treeview-sprite.gif) 0 -1600px no-repeat;
76 /* Last sibling, collapsable */
78 width:18px; height:22px;
80 background: url(treeview-sprite.gif) 0 0px no-repeat;
83 /* Last sibling, collapsable, hover */
85 width:18px; height:22px;
87 background: url(treeview-sprite.gif) 0 -800px no-repeat;
90 /* Last sibling, expandable */
92 width:18px; height:22px;
94 background: url(treeview-sprite.gif) 0 -2400px no-repeat;
97 /* Last sibling, expandable, hover */
99 width:18px; height:22px; cursor:pointer ;
100 background: url(treeview-sprite.gif) 0 -3200px no-repeat;
106 width:18px; height:22px;
107 background: url(treeview-loading.gif) 0 0 no-repeat;
110 /* the style for the empty cells that are used for rendering the depth
113 width:18px; height:22px;
114 background: url(treeview-sprite.gif) 0 -8000px no-repeat;
117 .ygtvblankdepthcell { width:18px; height:22px; }
120 /* the style of the div around each node's collection of children */
122 * html .ygtvchildren { height:2%; }
124 /* the style of the text label in ygTextNode */
125 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
127 text-decoration: none;
128 background-color: white; /* workaround for IE font smoothing bug */
136 .ygtvspacer { height: 22px; width: 18px; }
139 background-color: #c0e0e0;
142 .ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover {
143 background-color: #c0e0e0;
152 width:18px; height:22px;
153 background: url(treeview-sprite.gif) 0 -8800px no-repeat;
157 background: url(treeview-sprite.gif) 0 -8844px no-repeat;
161 width:18px; height:22px;
162 background: url(treeview-sprite.gif) 0 -8822px no-repeat;
166 background: url(treeview-sprite.gif) 0 -8866px no-repeat;
170 background-color:#f2f2f2;
171 border: 1px solid silver;
179 .ygtv-edit-TextNode {
183 .ygtv-edit-TextNode .ygtvcancel, .ygtv-edit-TextNode .ygtvok {
187 .ygtv-edit-TextNode .ygtv-button-container {
191 .ygtv-edit-TextNode .ygtv-input input{
195 .ygtv-edit-DateNode .ygtvcancel {
198 .ygtv-edit-DateNode .ygtvok {
202 .ygtv-edit-DateNode .ygtv-button-container {
207 .ygtv-highlight .ygtv-highlight0 , .ygtv-highlight .ygtv-highlight0 .ygtvlabel{
210 .ygtv-highlight .ygtv-highlight1 , .ygtv-highlight .ygtv-highlight1 .ygtvlabel{
211 background-color:blue;
215 .ygtv-highlight .ygtv-highlight2 , .ygtv-highlight .ygtv-highlight2 .ygtvlabel {
216 background-color:silver;
219 .ygtv-highlight .ygtv-highlight0 .ygtvfocus .ygtvlabel,
220 .ygtv-highlight .ygtv-highlight1 .ygtvfocus .ygtvlabel,
221 .ygtv-highlight .ygtv-highlight2 .ygtvfocus .ygtvlabel {
222 background-color: #c0e0e0;
225 .ygtv-highlight .ygtvcontent {
229 .ygtv-checkbox .ygtv-highlight0 .ygtvcontent {
231 background:url(check0.gif) no-repeat;
234 .ygtv-checkbox .ygtv-highlight0 .ygtvfocus.ygtvcontent,
235 .ygtv-checkbox .ygtv-highlight1 .ygtvfocus.ygtvcontent ,
236 .ygtv-checkbox .ygtv-highlight2 .ygtvfocus.ygtvcontent {
237 background-color:#c0e0e0;
240 .ygtv-checkbox .ygtv-highlight1 .ygtvcontent {
242 background:url(check1.gif) no-repeat;
245 .ygtv-checkbox .ygtv-highlight2 .ygtvcontent{
247 background:url(check2.gif) no-repeat;