mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4567 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
31 lines
424 B
CSS
31 lines
424 B
CSS
/* the style of the div around each node */
|
|
.ygtvitem { }
|
|
|
|
/* the style of the div around each node's collection of children */
|
|
.ygtvchildren { }
|
|
* html .ygtvchildren { height:2%; }
|
|
|
|
.ygtvspacer
|
|
{
|
|
height: 10px;
|
|
width: 10px;
|
|
margin: 2px;
|
|
}
|
|
|
|
.treeNode
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.treeNodeLabel
|
|
{
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.treeNodeSelected
|
|
{
|
|
background-color: #d3e6fe;
|
|
}
|
|
|
|
|