Files
alfresco-community-repo/source/web/css/yahoo-tree.css
2006-12-11 13:57:34 +00:00

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;
}