[style] use text color for summernote editor

This commit is contained in:
Rushabh Mehta 2017-02-09 11:52:49 +05:30
parent 99d97530b1
commit 97764984e1
2 changed files with 7 additions and 0 deletions

View file

@ -662,3 +662,6 @@ fieldset[disabled] .form-control {
max-height: 300px;
overflow: scroll;
}
.note-editor.note-frame .note-editing-area .note-editable {
color: #36414C;
}

View file

@ -529,4 +529,8 @@ textarea.form-control {
max-height: 300px;
overflow: scroll;
}
}
.note-editor.note-frame .note-editing-area .note-editable {
color: @text-color;
}