添加全局 toggle modify with readonly; 发布1.4.1
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user