mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 15:11:24 +00:00
close, left style
This commit is contained in:
14
note.html
14
note.html
@@ -36,6 +36,13 @@ function log(o) {
|
||||
</script>
|
||||
</head>
|
||||
<body class="clearfix">
|
||||
<!-- 关闭, 最小化, 最大 -->
|
||||
<div id="winTool" class="win-tool clearfix">
|
||||
<a class="tool-close"></a>
|
||||
<a class="tool-min"></a>
|
||||
<a class="tool-max"></a>
|
||||
</div>
|
||||
|
||||
<div id="page" class="clearfix">
|
||||
<div id="pageInner">
|
||||
|
||||
@@ -99,12 +106,7 @@ function log(o) {
|
||||
<div id="leftNotebook">
|
||||
<div id="notebook">
|
||||
|
||||
<!-- 关闭, 最小化, 最大 -->
|
||||
<div id="winTool" class="win-tool clearfix">
|
||||
<a class="tool-close"></a>
|
||||
<a class="tool-min"></a>
|
||||
<a class="tool-max"></a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="folderNote closed" id="myStarredNotes">
|
||||
<div class="folderHeader">
|
||||
|
@@ -6,8 +6,8 @@
|
||||
"window": {
|
||||
"toolbar": true,
|
||||
|
||||
"frame": true,
|
||||
"transparent": false,
|
||||
"frame": false,
|
||||
"transparent": true,
|
||||
|
||||
"min_width": 400,
|
||||
"min_height": 200,
|
||||
|
@@ -1552,6 +1552,10 @@ top: 4px;
|
||||
.win-tool {
|
||||
// height: 14px;
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
a {
|
||||
display: block;
|
||||
float: left;
|
||||
@@ -1621,11 +1625,18 @@ body {
|
||||
overflow: hidden;
|
||||
border-radius: 5px 0 0 0;
|
||||
}
|
||||
#notebook, #notebookBottom {
|
||||
#notebook {
|
||||
top: 25px !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
#leftNotebook {
|
||||
// background-color: rgba(245, 246, 248, 0.98) !important;
|
||||
background: url(images/mohu.png) !important;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
#notebookBottom {
|
||||
background: transparent !important;
|
||||
}
|
||||
#notesAndSort,
|
||||
.win-tool {
|
||||
-webkit-user-select: none;
|
||||
|
@@ -1,5 +1,4 @@
|
||||
#notebook,
|
||||
#notebookBottom {
|
||||
#leftNotebook {
|
||||
background: none !important;
|
||||
background-color: rgba(37, 49, 62, 0.9) !important;
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#notebook, #notebookBottom {
|
||||
#leftNotebook {
|
||||
background: none !important;
|
||||
background-color: rgba(37,49,62, 0.9) !important;
|
||||
// background: url(images/mohu.png) !important;
|
||||
|
@@ -1,5 +1,4 @@
|
||||
#notebook,
|
||||
#notebookBottom {
|
||||
#leftNotebook {
|
||||
background: none !important;
|
||||
background-color: rgba(40, 167, 233, 0.9) !important;
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
#notebook, #notebookBottom {
|
||||
#leftNotebook {
|
||||
background: none !important;
|
||||
background-color: rgba(40,167,233, 0.9) !important;
|
||||
// background: url(images/mohu.png) !important;
|
||||
|
@@ -1401,6 +1401,10 @@ h3 {
|
||||
*/
|
||||
.win-tool {
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
}
|
||||
.win-tool a {
|
||||
display: block;
|
||||
@@ -1461,11 +1465,17 @@ body {
|
||||
overflow: hidden;
|
||||
border-radius: 5px 0 0 0;
|
||||
}
|
||||
#notebook,
|
||||
#notebookBottom {
|
||||
#notebook {
|
||||
top: 25px !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
#leftNotebook {
|
||||
background: url(images/mohu.png) !important;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
#notebookBottom {
|
||||
background: transparent !important;
|
||||
}
|
||||
#notesAndSort,
|
||||
.win-tool {
|
||||
-webkit-user-select: none;
|
||||
|
@@ -1401,6 +1401,10 @@ h3 {
|
||||
*/
|
||||
.win-tool {
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
}
|
||||
.win-tool a {
|
||||
display: block;
|
||||
@@ -1461,11 +1465,17 @@ body {
|
||||
overflow: hidden;
|
||||
border-radius: 5px 0 0 0;
|
||||
}
|
||||
#notebook,
|
||||
#notebookBottom {
|
||||
#notebook {
|
||||
top: 25px !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
#leftNotebook {
|
||||
background: url(images/mohu.png) !important;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
#notebookBottom {
|
||||
background: transparent !important;
|
||||
}
|
||||
#notesAndSort,
|
||||
.win-tool {
|
||||
-webkit-user-select: none;
|
||||
|
@@ -1401,6 +1401,10 @@ h3 {
|
||||
*/
|
||||
.win-tool {
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
}
|
||||
.win-tool a {
|
||||
display: block;
|
||||
@@ -1461,11 +1465,17 @@ body {
|
||||
overflow: hidden;
|
||||
border-radius: 5px 0 0 0;
|
||||
}
|
||||
#notebook,
|
||||
#notebookBottom {
|
||||
#notebook {
|
||||
top: 25px !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
#leftNotebook {
|
||||
background: url(images/mohu.png) !important;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
#notebookBottom {
|
||||
background: transparent !important;
|
||||
}
|
||||
#notesAndSort,
|
||||
.win-tool {
|
||||
-webkit-user-select: none;
|
||||
|
@@ -1401,6 +1401,10 @@ h3 {
|
||||
*/
|
||||
.win-tool {
|
||||
padding: 5px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99999;
|
||||
}
|
||||
.win-tool a {
|
||||
display: block;
|
||||
@@ -1461,11 +1465,17 @@ body {
|
||||
overflow: hidden;
|
||||
border-radius: 5px 0 0 0;
|
||||
}
|
||||
#notebook,
|
||||
#notebookBottom {
|
||||
#notebook {
|
||||
top: 25px !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
#leftNotebook {
|
||||
background: url(images/mohu.png) !important;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
#notebookBottom {
|
||||
background: transparent !important;
|
||||
}
|
||||
#notesAndSort,
|
||||
.win-tool {
|
||||
-webkit-user-select: none;
|
||||
|
Reference in New Issue
Block a user