file icon
This commit is contained in:
parent
ead09e7ee0
commit
5da80bea31
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue