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:

Modified Model Background with CKAditor

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -