添加全局 toggle modify with readonly; 发布1.4.1
This commit is contained in:
1
public/css/css/default.css
Normal file
1
public/css/css/default.css
Normal file
File diff suppressed because one or more lines are too long
1
public/css/css/simple.css
Normal file
1
public/css/css/simple.css
Normal file
File diff suppressed because one or more lines are too long
1
public/css/css/writting-overwrite.css
Normal file
1
public/css/css/writting-overwrite.css
Normal file
File diff suppressed because one or more lines are too long
1
public/css/css/writting.css
Normal file
1
public/css/css/writting.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -286,3 +286,17 @@ a.raw:hover {
|
||||
.modal-footer {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// 不让选择, 双击
|
||||
#editorTool,
|
||||
#newNoteWrap,
|
||||
#myBlog,
|
||||
.lea-blog,
|
||||
#myProfile,
|
||||
#toggleEditorMode,
|
||||
.folderHeader
|
||||
{
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
@ -100,3 +100,17 @@
|
||||
color: #666;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
// read-only-editor
|
||||
.read-only-editor #editBtn span {
|
||||
&:before {
|
||||
content: "\f044";
|
||||
}
|
||||
}
|
||||
|
||||
// eye
|
||||
#editBtn span {
|
||||
&:before {
|
||||
content: "\f06e";
|
||||
}
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user