Clashing TinyMCE Editor Background
Easy to fix so this will be a short post except for text added for search engines…
Sometimes your content management system’s (CMS) theme and your TinyMCE editor’s editor field’s theme will clash their styles. For example, when your theme has a dark background color your TinyMCE editor will show a dark background in its text editor area which, if you use a dark text color, will make it difficult for you to discern your text from the editor’s background color (i.e black on black is black just as white on white is white).
The reason for this clash is that TinyMCE derives its styling informtion (the style.css details) from your theme’s style details; namely, the theme’s body tag’s styling data. To fix this, whether your using Wordpress, Joomla!, Mambo or any other CMS, all you need to do is add a short line of code to your theme’s css file.
The code to add should be similar to