How do I fix the wysiwyg editor's background problem

From JReviews Documentation
Jump to: navigation, search

Add this to your joomla template's css file:

* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF !important;
   background-image: none;
}