mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
Fix #877 insert uploaded image even if CKEditor is in source mode
This commit is contained in:
parent
f57cc96e3f
commit
f50772c1dd
3 changed files with 35 additions and 2 deletions
|
|
@ -103,6 +103,9 @@ body.cke_editable {
|
|||
padding: 10px;
|
||||
@include light-dark($colorset);
|
||||
}
|
||||
textarea.cke_source.cke_editable {
|
||||
padding: 10px;
|
||||
}
|
||||
body.color_scheme_dark.cke_auto_dark_mode .cke_wysiwyg_div {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue