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)

bgcolor.jpg (51.8 KB) - added by Daniel Pogac 15 years ago.
Screen shot

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Daniel Pogac

Attachment: bgcolor.jpg added

Screen shot

comment:1 Changed 15 years ago by Garry Yao

Resolution: invalid
Status: newclosed

'editor.addCss' is not indented to provide support for changing wysiwyg doc style, custom panel styles should be instead defined by 'config.contentCss'.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy