font color in TinyMCE window in the backend
Posted: Fri Mar 04, 2011 5:44 pm
It seems like a silly problem and something that should be easily resolveable, but I am not finding any working solution.
My template stylesheet with screen media type determines background color as globally black and font color as white with the following code:
body {
font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
background: #000000 url([[root_url]]/img/bkgdBody1.jpg) no-repeat top center;
}
-- pretty typical
The Content editor with WYSIWYG on shows the text white on white background. Tried to address that by adding:
body {color: black;}
body {color: #000000;}
* {color: #000000;}
html * {color: #000000;}
p {color: #000000;}
with a few other combinations of abovementioned in the 'Additions to stylesheet' field under TinyMCE Advanced tab to no avail. Also tried adding
color: black;
color: #000000;
body {color: #000000;}
in the 'Body tag CSS' field in the same section, same with no result.
Is this a glitch or I am trying wrong things? Anyone has a working solution for this?
I should mention: CMSms 1.9.3 with TinyMCE 2.8.3.
My template stylesheet with screen media type determines background color as globally black and font color as white with the following code:
body {
font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
background: #000000 url([[root_url]]/img/bkgdBody1.jpg) no-repeat top center;
}
-- pretty typical
The Content editor with WYSIWYG on shows the text white on white background. Tried to address that by adding:
body {color: black;}
body {color: #000000;}
* {color: #000000;}
html * {color: #000000;}
p {color: #000000;}
with a few other combinations of abovementioned in the 'Additions to stylesheet' field under TinyMCE Advanced tab to no avail. Also tried adding
color: black;
color: #000000;
body {color: #000000;}
in the 'Body tag CSS' field in the same section, same with no result.
Is this a glitch or I am trying wrong things? Anyone has a working solution for this?
I should mention: CMSms 1.9.3 with TinyMCE 2.8.3.