Tweaking the Nitobe theme
Hi there. I am trying to change colors of the Nitobe theme that I downloaded here:
http://drupal.org/project/nitobe
It seems as though the body background color of the theme is somehow connected to the background color of the TinyMCE editor I have installed. I changed the background.gif and it is loading as the body background, but also as the background of the editing area and I don't want it to.
Now, when I view the source to find out what is controlling the style of my editor, I see:
Body:
I think this is controlling the editor?? But I searched all of the files in that theme and could not locate this info.
How do I get the editor to retain a white background, but still be able to change the body background (found in html.css)?

This problem is corrected in
This problem is corrected in the current version of Nitobe. TinyMCE doesn't specify a background color for the body of its iframe, so it inherits the property set by the page that contains it.
In the current version, the body element is given an identifying class, and that class is used as a CSS selector to assign the background only to that body element.
This problem was also happening with the fckeditor: #440176: How to change the background of fckeditor?