This commit is contained in:
iiuazz
2014-09-13 00:41:28 +08:00
parent 27dbd6552c
commit 20a39d5128
6 changed files with 51 additions and 19 deletions

View File

@ -699,14 +699,16 @@ a.raw:hover {
}
#notebookList input,
#notebookListForSearch input {
border: 1px solid #ebeff2;
border: 1px solid rgba(0, 0, 0, 0.1);
width: 90%;
padding-left: 3px;
box-shadow: none;
background: none;
color: #fff;
}
#notebookList input:focus,
#notebookListForSearch input:focus {
outline: none !important;
border-color: #0fb264;
}
#myTag .folderBody {
/*
@ -1362,3 +1364,12 @@ background-position:-1px -670px
.tmpzTreeMove_arrow {
color: #fff;
}
.ztree li a.tmpTargetNode_inner {
padding-top: 0px;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
height: 30px;
border: 1px #ccc solid;
opacity: 0.8;
filter: alpha(opacity=80);
}

View File

@ -461,12 +461,14 @@ a.raw:hover {
// 重命名, 添加notebook
#notebookList input, #notebookListForSearch input {
border: 1px solid @borderColor;
border: 1px solid rgba(0,0,0,0.1);
width: 90%;
padding-left:3px;
box-shadow: none;
background: none;
color: #fff;
&:focus {
outline: none !important;
border-color: @hColor;
}
}
@ -1190,4 +1192,14 @@ background-position:-1px -670px
}
.tmpzTreeMove_arrow {
color: #fff;
}
.ztree li a.tmpTargetNode_inner {
padding-top:0px;
background-color: rgba(0, 0, 0, 0.3);
color: #fff;
height: 30px;
border:1px #ccc solid;
opacity: 0.8;
filter:alpha(opacity=80)
}

View File

@ -664,14 +664,16 @@ a.raw:hover {
}
#notebookList input,
#notebookListForSearch input {
border: 1px solid #ebeff2;
width: 90%;
border: none;
box-shadow: none;
padding-left: 3px;
background: none;
}
#notebookList input:focus,
#notebookListForSearch input:focus {
outline: none !important;
border-color: #0fb264;
border: none;
}
#myTag .folderBody li {
position: relative;

View File

@ -429,12 +429,14 @@ a.raw:hover {
// 重命名, 添加notebook
#notebookList input, #notebookListForSearch input {
border: 1px solid @borderColor;
width: 90%;
border: none;
box-shadow: none;
padding-left:3px;
background: none;
&:focus {
outline: none !important;
border-color: @hColor;
border: none;
}
}