mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
Fix CKEditor auto dark mode not working in iOS with divarea plugin
https://xetown.com/questions/1506918
This commit is contained in:
parent
77403f384a
commit
8cd650abfe
1 changed files with 4 additions and 0 deletions
|
|
@ -125,6 +125,10 @@ html {
|
||||||
.light_dark(@colorset);
|
.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 {
|
p.editor_autosaved_message.autosave_message {
|
||||||
display:none;
|
display:none;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue