wide/static/css/side.css

70 lines
1.1 KiB
CSS
Raw Normal View History

2014-09-05 13:39:21 +04:00
/* start tree */
.ztree li a.curSelectedNode {
2014-09-05 13:58:41 +04:00
background-color: #3875d7;
border-width: 0;
color: #fff;
2014-09-05 13:39:21 +04:00
height: 18px;
}
.ztree li a:hover {
text-decoration: none;
}
2014-09-05 13:58:41 +04:00
.ztree li > a > span.button,
.ztree li > a > span.button.ico-ztree-dir {
margin-right: 2px;
}
2014-09-05 13:39:21 +04:00
.ztree li > a > span.button {
background-image: url("../images/ico-file.png");
2014-09-05 13:58:41 +04:00
margin-right: 0;
2014-09-05 13:39:21 +04:00
}
.ico-ztree-dir {
background-position: -2px -23px;
}
.ico-ztree-html {
2014-09-05 14:07:34 +04:00
background-position: -4px -2px;
2014-09-05 13:39:21 +04:00
}
.ico-ztree-go {
background-position: -22px -2px;
}
.ico-ztree-css {
background-position: -42px -2px;
}
.ico-ztree-img {
2014-09-09 14:04:04 +04:00
background-position: -63px -2px;
2014-09-05 13:39:21 +04:00
}
.ico-ztree-other {
2014-09-09 14:04:04 +04:00
background-position: -83px -2px;
2014-09-05 13:39:21 +04:00
}
.ico-ztree-text {
2014-09-09 14:04:04 +04:00
background-position: -103px -2px;
2014-09-05 13:39:21 +04:00
}
.ico-ztree-sql {
background-position: -123px -2px;
}
.ico-ztree-pro {
background-position: -142px -2px;
}
.ico-ztree-md {
2014-09-05 14:07:34 +04:00
background-position: -162px -2px;
2014-09-05 13:39:21 +04:00
}
.ico-ztree-js {
background-position: -182px -2px;
}
.ico-ztree-xml {
background-position: -202px -2px;
}
/* end tree */