Loading...
 
Skip to main content

Features / Usability


Re: fckeditor - background color in edit box

posts: 175 Canada

I have this problem in 6.0 with the eatlon theme.

First: When you switch to the WYSIWYG editor, as the first instruction on the WYSIWYG page tells you to, you get an Ajax error alert saying the page can't be edited reliably. Not a promising start 😉

Then when you dismiss it, the background changes from the solid light blue to the dark body background.

I've tried setting the css for everything I can think of, but I can't find a way to over-ride that, i.e. I can't lose the background image from the editor unless I remove it from the page.

Any suggestions?

I've tried the

body.wikitext {
background: white;
color: #000;
}

Cheers.