Currently Running Affected Modules

Wysiwyg (6.x-2.2) http://drupal.org/project/Wysiwyg
This module utilises TinyMCE (3.3.9.3) as my editor, i am also running SyntaxHighlighter which is integrated with TinyMCE editor; its imperative that i continue to use this particular editor as others do not integrate with this syntax highlighter plugin.

The issue is the Fever theme causes the background of the Wysiwyg Editor to become dark, as a result i am unable to view the text i am typing. I have looked into fixing this issue, looking for colour configuration files for the editor itself, to no avail. I am looking for a solution, that would leave the Wysiwig editor's background as white, not causing the theme to override the background colour.

I belive this is the code

<body id="tinymce" class="mceContentBody " dir="ltr"><p><br _mce_bogus="1"></p></body>

If a solution is available i would be much appreciative.

Kind Regards
Dane

Comments

wiliam_steven’s picture

hi Dane,

I have succeed in applying the background for tinymce in fever, just add

#tinymce {
background:none;
}

in your theme css it work.

larrymac-1’s picture

Changing the CSS to Editor Default worked for me as well as it's a nice, quick fix.

PePiToO’s picture

Tried to apply the following in my theme,
#tinymce {
background:none;
}

But it didn't work.

DaneAU’s picture

Status: Active » Fixed

Thankyou for the advice :)

Status: Fixed » Closed (fixed)
Issue tags: -TinyMCE Editor Background Colour Issue

Automatically closed -- issue fixed for 2 weeks with no activity.