choose notebook to add note/markdown [ok]

This commit is contained in:
iiuazz
2014-09-11 18:55:42 +08:00
parent dc2435a83d
commit 883ea1da62
11 changed files with 3717 additions and 61 deletions

View File

@ -160,29 +160,15 @@ a.raw:hover {
}
.dropdown-menu {
border-radius: 0;
margin:0;
-webkit-box-shadow: none;
box-shadow: none;
border: 1px solid @hColor;
overflow-x: hidden;
overflow-y: auto;
}
.dropdown-menu li {
padding-left: 10px;
width: 100%;
height: 30px; // 父设置了line-height, 子下拉也受影响, "新建笔记"
line-height: 30px;
}
.dropdown-menu > li > a {
.dropdown-menu li > a {
color: @aBlackColor;
display: inline-block;
padding: 3px 3px;
}
.dropdown-menu>li:hover, .dropdown-menu>li:focus {
.dropdown-menu li:hover, .dropdown-menu li:focus {
background-color: @borderColor;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
background-color: @borderColor;
}
@ -342,12 +328,7 @@ a.raw:hover {
}
#noteList {
position: absolute;
bottom: 0;
top: 0;
width: @noteListWidth;
overflow-x: hidden;
overflow-y: hidden;
border-right: 1px solid @borderColor;
border-left: 1px solid @borderColor;
}
@ -1108,7 +1089,6 @@ background-position:-1px -670px
}
}
.new-note-right {
padding: 0 5px;
&:hover {
background-color:@borderColor;
}