[style] use text color for summernote editor
This commit is contained in:
parent
99d97530b1
commit
97764984e1
2 changed files with 7 additions and 0 deletions
|
|
@ -662,3 +662,6 @@ fieldset[disabled] .form-control {
|
|||
max-height: 300px;
|
||||
overflow: scroll;
|
||||
}
|
||||
.note-editor.note-frame .note-editing-area .note-editable {
|
||||
color: #36414C;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -529,4 +529,8 @@ textarea.form-control {
|
|||
max-height: 300px;
|
||||
overflow: scroll;
|
||||
}
|
||||
}
|
||||
|
||||
.note-editor.note-frame .note-editing-area .note-editable {
|
||||
color: @text-color;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue