16 lines
460 B
CSS
16 lines
460 B
CSS
.htmltree .arrow {
|
|
background-image: url(../images/htmltree/arrow.gif);
|
|
}
|
|
|
|
.htmltree .expand .arrow {
|
|
background-image: url(../images/htmltree/arrow_expand.png);
|
|
}
|
|
|
|
.htmltree .page .icon {
|
|
background-image: url(../images/htmltree/page.png);
|
|
}
|
|
/*11-17ffchen add*/
|
|
.htmltree li .click{font-weight:none;background:#b4cbff;}
|
|
.htmltree li .node {}
|
|
.listdw_out_buttonarea{}
|
|
.htmltree .folder .icon{background: url(../images/htmltree/folder.png) no-repeat center;} |