Opened 15 years ago
Closed 15 years ago
#4601 closed Bug (invalid)
Background color of dropdown boxes
Reported by: | Daniel Pogac | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | 3.0.1 |
Keywords: | Cc: |
Description
If i change background color of ckeditor textarea by adding editor.addCss( 'body { background-color: #fff; }' ); background color of textarea change, but background color of dropdown boxes like format, style, etc. have still color from css file defined by config.contentsCss.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | bgcolor.jpg added |
---|
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
'editor.addCss' is not indented to provide support for changing wysiwyg doc style, custom panel styles should be instead defined by 'config.contentCss'.
Screen shot