Removed CKEditor 5 because it was of little use and doubled the code size of root.js
Word wrap and Save to code editor.
This commit is contained in:
parent
a993c06aaf
commit
3bb235a585
12 changed files with 417 additions and 82 deletions
|
@ -52,7 +52,7 @@ $editorNormalHeight: 800px !default;
|
|||
height: $navbarHeight;
|
||||
}
|
||||
|
||||
.btn {
|
||||
.btn, .btnDisabled {
|
||||
display: block;
|
||||
float: right;
|
||||
padding: 0px 15px;
|
||||
|
@ -68,4 +68,10 @@ $editorNormalHeight: 800px !default;
|
|||
.btn:hover {
|
||||
background-color: #b1381e;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btnDisabled {
|
||||
color: #581c00;
|
||||
cursor: default;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue