]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/ytree/TreeView/css/check/tree.css
Release 6.5.0
[Github/sugarcrm.git] / include / ytree / TreeView / css / check / tree.css
1 /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */\r\r/* first or middle sibling, no children */\r.ygtvtn {background: url(../../img/folders/tn.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* first or middle sibling, collapsable */\r.ygtvtm {background: url(../../img/folders/tm.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* first or middle sibling, collapsable, hover */\r.ygtvtmh {background: url(../../img/folders/tmh.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* first or middle sibling, expandable */\r.ygtvtp {background: url(../../img/folders/tp.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* first or middle sibling, expandable, hover */\r.ygtvtph {background: url(../../img/folders/tph.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* last sibling, no children */\r.ygtvln {background: url(../../img/folders/ln.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* Last sibling, collapsable */\r.ygtvlm {background: url(../../img/folders/lm.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* Last sibling, collapsable, hover */\r.ygtvlmh {background: url(../../img/folders/lmh.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* Last sibling, expandable */\r.ygtvlp { background: url(../../img/folders/lp.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* Last sibling, expandable, hover */\r.ygtvlph { background: url(../../img/folders/lph.gif) 0 0 no-repeat; width:36px; height:22px; cursor:pointer }\r\r/* Loading icon */\r.ygtvloading { background: url(../../img/check/loading.gif) 0 0 no-repeat; width:16px; height:22px; }\r\r/* the style for the empty cells that are used for rendering the depth \r * of the node */\r.ygtvdepthcell { background: url(../../img/check/vline.gif) 0 0 no-repeat; width:16px; height:22px; }\r\r.ygtvblankdepthcell { width:16px; height:22px; }\r\r/* the style of the div around each node */\r.ygtvitem { }  \r\r/* the style of the div around each node's collection of children */\r.ygtvchildren { }  \r* html .ygtvchildren { height:1%; }  \r\r/* the style of the text label in ygTextNode */\r.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { \r   text-decoration: none;\r}\r\r/* To bold labels */\r.ygtvlabelbold {\r    font-weight: bold;\r    cursor: pointer;\r}\r\r.ygtvcheck0 { background: url(../../img/check/check0.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }\r.ygtvcheck1 { background: url(../../img/check/check1.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }\r.ygtvcheck2 { background: url(../../img/check/check2.gif) 0 0 no-repeat; width:16px; height:22px; cursor:pointer }\r\r