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