My TinyMCE is showing a transparent background after I tried using some text editor plugins. I deactivated all of them but the problem is still here. I tried putting the following into style.css but nothing changed.
body.mceContentBody {
background: #fff;
color:#000;
}
Any help would be greatly appreciated.