javascript - CKEditor: Change background color of Link modal? -
I am trying to change background color of the CKEditor's link model, but I would like to do JS and do background color apparently But it is defined in bit JS:
], CKEDITOR.env.ie6Compat & amp; (d =" & lt ; Html> body style = \\ 'background color: "+ E +", \\' & gt; & lt; / body & gt; & lt; / html & gt; " The output is defined as "white", not #ffffff. The question in the div class is "cke_dialog_background_cover".
After
You can do this with CSS override, making it easier than editing the core code.
Create a rule like this:
.cke_dialog_background_cover {background-color: re D! Important;} and it should work:
Comments
Post a Comment