Fix bg color for text editor.

This commit is contained in:
PouleY 2025-11-17 10:50:40 +01:00
commit 921f57a0d9

View file

@ -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 */