wysiwyg editor background color
Body background was intruding into wysiwyg editor window.
Solution was to add a class to body tag in joomla template.
In template.css, set
body {background-color:white;}
body.body {background-color:dark;}
Tags: Joomla!, WYSIWYG editor