Fix bg color for text editor.
This commit is contained in:
parent
95dba8715b
commit
921f57a0d9
1 changed files with 8 additions and 1 deletions
|
|
@ -14530,10 +14530,17 @@ md-content .md-default-theme.md-accent.md-bg,
|
|||
}
|
||||
/* End Logo screen */
|
||||
|
||||
/* Mail Text Editor */
|
||||
/* Mail HTML Editor */
|
||||
.ck.ck-editor__main {
|
||||
color: black;
|
||||
}
|
||||
/* End Mail HTML Editor */
|
||||
|
||||
/* Mail Text Editor */
|
||||
.sg-mail-editor-content {
|
||||
background-color: white !important;
|
||||
color: black;
|
||||
}
|
||||
/* End Mail Text Editor */
|
||||
|
||||
/* Fill Layout */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue