mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
实现文档保存
This commit is contained in:
@@ -169,6 +169,10 @@
|
||||
.jstree .jstree-node .m-tree-operate.operate-hover .operate-hide {
|
||||
width: 108px
|
||||
}
|
||||
.jstree-default .jstree-wholerow-hovered {
|
||||
background: #08c;
|
||||
color: white !important;
|
||||
}
|
||||
.jstree-default .jstree-wholerow-clicked {
|
||||
background: #10af88;
|
||||
background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
|
||||
|
||||
@@ -71,7 +71,17 @@ body{
|
||||
}
|
||||
.manual-editor-container .manual-editormd{
|
||||
position: absolute;
|
||||
bottom: 15px;
|
||||
bottom: 30px;
|
||||
top: -1px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.manual-editor-container .manual-editormd .manual-editormd-active{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
.editormd-group{
|
||||
float: left;
|
||||
@@ -81,6 +91,20 @@ body{
|
||||
.editormd-group a{
|
||||
float: left;
|
||||
}
|
||||
.editormd-group a.change{
|
||||
|
||||
}
|
||||
.editormd-group .change i{
|
||||
color: #ffffff;
|
||||
background-color: #44B036 !important;
|
||||
border: 1px #44B036 solid !important;
|
||||
}
|
||||
.editormd-group .change i:hover{
|
||||
background-color: #58CB48 !important;
|
||||
}
|
||||
.editormd-group .disabled i:hover{
|
||||
background: #ffffff !important;
|
||||
}
|
||||
.editormd-group a.disabled{
|
||||
border-color: #c9c9c9;
|
||||
opacity: .6;
|
||||
@@ -134,4 +158,5 @@ body{
|
||||
border-left: 1px solid #DDDDDD;
|
||||
color: #555;
|
||||
background-color: #FAFAFA;
|
||||
z-index: 1000;
|
||||
}
|
||||
Reference in New Issue
Block a user