Fix CKEditor auto dark mode not working in iOS with divarea plugin

https://xetown.com/questions/1506918
This commit is contained in:
Kijin Sung 2021-01-19 21:37:03 +09:00
parent 77403f384a
commit 8cd650abfe

View file

@ -125,6 +125,10 @@ html {
.light_dark(@colorset);
}
}
body.color_scheme_dark.cke_auto_dark_mode .cke_wysiwyg_div {
background-color: #333;
color: #fff;
}
p.editor_autosaved_message.autosave_message {
display:none;