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