file icon

This commit is contained in:
Van 2014-09-05 17:58:41 +08:00
parent ead09e7ee0
commit 5da80bea31
1 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,8 @@
/* start tree */ /* start tree */
.ztree li a.curSelectedNode { .ztree li a.curSelectedNode {
background-color: #3875D7; background-color: #3875d7;
border-color: #3875D7; border-width: 0;
color: #FFF; color: #fff;
height: 18px; height: 18px;
} }
@ -10,8 +10,14 @@
text-decoration: none; text-decoration: none;
} }
.ztree li > a > span.button,
.ztree li > a > span.button.ico-ztree-dir {
margin-right: 2px;
}
.ztree li > a > span.button { .ztree li > a > span.button {
background-image: url("../images/ico-file.png"); background-image: url("../images/ico-file.png");
margin-right: 0;
} }
.ico-ztree-dir { .ico-ztree-dir {