move note's style

This commit is contained in:
life
2016-07-02 17:21:54 +08:00
parent 9191854887
commit caa4154d97
2 changed files with 6 additions and 0 deletions

View File

@@ -2818,6 +2818,9 @@ background-position:-1px -670px
border: 1px solid #eee;
border-radius: 5px;
}
#notebookTree.ztree li a {
color: #000;
}
body {
border: none;
border-shadow: none;

View File

@@ -781,6 +781,9 @@ background-position:-1px -670px
#notebookTree {
border: 1px solid #eee;
border-radius: 5px;
&.ztree li a {
color: #000;
}
}
// @import "mobile.less";