www.pudn.com > tree.rar > tree.css


@CHARSET "UTF-8"; 
 
/*TREE CSS START*/ 
.treeItem{} 
.treeItem a{color:black;text-decoration:none;display:block;width:auto;cursor:default;height:15px;_height:16px;overflow:hidden;} 
.treeItem span{font-size:11px;padding:1px 1px 0px 1px;} 
.treeItem .treeItemSelected span{background-color:#bec1E2;} 
.treeItemDisabled{color:gray;} 
html>body .treeItem span,html>body .treeItem .treeItemSelected span{font-size:9pt;} 
.treeItem a:hover{} 
.treeItem img{border:0px;vertical-align:middle;margin-right:1px;margin-top:-2px;} 
.treeIcon{margin-top:-4px;} 
html>body .treeItem img{margin-top:-4px;} 
/*TREE CSS END*/