Wysiwyg editor takes the background colour for the html body for the editor instead of applying a white background.
This is an old bug which is visible now that the
PatternSkin has a grey default background.
We are several that are trying to figure out were it is the right place to control this
The editor should have a straight FFFFFF background same as raw edit and pickaxe edit. Otherwise readability is poor when writing.
If someone decided to use Pattern with a frame in dark blue the editor would have black text on dark blue background so this one has to be fixed.
I have added this style to
pattern.css:
.mceContentBody {
background-color:#fff;
}
This is a fix for pattern only. I cannot see if the editor uses any of the styles/themes, and if so, if these files won't get overwritten with an editor update.
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
