all is ok, waitting to edit default theme

This commit is contained in:
iiuazz
2014-09-12 20:42:40 +08:00
parent 52010e4fc1
commit e6fb6e3f09
6 changed files with 38 additions and 31 deletions

View File

@ -1171,3 +1171,19 @@ background-position:-1px -670px
overflow: scroll;
list-style: none;
}
// 设置
.notebook-setting {
display: none;
position: absolute;
right: 3px;
top: 0;
bottom: 0;
line-height: 30px;
}
.notebook-setting:before {
content: "\f013";
}
.ztree li a:hover .notebook-setting {
display: block;
}