2018-06-03 22:26:41 +08:00

15 lines
370 B
CSS

.htmltree .arrow {
background-image: url(../images/htmltree/arrow.gif);
}
.htmltree .expand .arrow {
background-image: url(../images/htmltree/arrow_expand.gif);
}
.htmltree .page .icon {
background-image: url(../images/htmltree/page.gif);
}
/*11-17ffchen add*/
.htmltree li .click{font-weight:none;background:#b4cbff;}
.htmltree li .node {}
.listdw_out_buttonarea{}