From 8cd650abfefd1bb34ae1e660ad55cc1e95a48ead Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 19 Jan 2021 21:37:03 +0900 Subject: [PATCH] Fix CKEditor auto dark mode not working in iOS with divarea plugin https://xetown.com/questions/1506918 --- modules/editor/skins/ckeditor/css/default.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/editor/skins/ckeditor/css/default.less b/modules/editor/skins/ckeditor/css/default.less index c827b9fd4..6d9775b28 100644 --- a/modules/editor/skins/ckeditor/css/default.less +++ b/modules/editor/skins/ckeditor/css/default.less @@ -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;