I am using the Orange theme 6.x-2.1 and have CKEditor installed. The background of CKeditor is displaying as per attached, making it really hard to edit pages. It is showing the backgound of the site itself with the black nav bar running through it.

How do I fix this?

CommentFileSizeAuthor
ckeditor_issue.png19.96 KBdjween

Comments

nomonstersinme’s picture

try something like:

body body {
  background: #fff;
}

I haven't tried so i'm not sure if it will work.. let me know. if it doesn't i'll investigate further :)

djween’s picture

Thanks for the prompt response. I applied in the themes style.css but it is doesn't have an affect. So still stuck.

djween’s picture

clarification...
*the Orange theme's style.css

nomonstersinme’s picture

darn! ok let me install the editor and see what fixes it. :)

nomonstersinme’s picture

this fixed it for me:

body.cke_show_borders {
  background: #fff;
  background-image: none;
}
djween’s picture

YEAH!!! It works. So happy. I have been using it the other way for months. I will let you know if I experience any issues with this update.

Thank you very much!

Dan

nomonstersinme’s picture

Version: 6.x-2.1 » 6.x-2.x-dev
Status: Active » Closed (fixed)

Fixed in 6.x-2.x-dev