white font color theme does not show in wysiwyg editor

Permalink
Hi,

i have made a theme wich has a dark background color/image and white text. But now when ik start tot write/edit the text all the text is invisable because the editor background is white and so is the text.

Can this be adjusted?

 
frz replied on at Permalink Reply
frz
yes update the styles tinyMCE uses
katz515 replied on at Permalink Reply
katz515
You have to set background color and font color in

typography.css

That's what TinyMCE is reading.
Jim replied on at Permalink Reply
Thanks, that worked just great!
Tony replied on at Permalink Reply
Tony
body#tinymce { color:#555; background:#000 }
katz515 replied on at Permalink Reply
katz515
Also, I suggest to check this Halloween Theme and analyze the CSS.

http://www.concrete5.org/marketplace/themes/halloween...
cannonf700 replied on at Permalink Reply
cannonf700
Tony - thanks, this line of code works great in fixing this problem with the wysiwyg editor. Do you have any suggestions for the other dialogue boxes? For instance - if I insert a picture or flash item the text in the drop down boxes is still white.
cannonf700 replied on at Permalink Reply
cannonf700
Tony - thanks, this line of code works great in fixing this problem with the wysiwyg editor. Do you have any suggestions for the other dialogue boxes? For instance - if I insert a picture or flash item the text in the drop down boxes is still white.
PassionForCreative replied on at Permalink Reply
PassionForCreative
I'm running version 4 & I've added the line of code Tony suggested & studied the Halloween theme as suggested by Katz515 & seem to be doing everything I should but still the text is white on a white bg in the editor. Can anyone help me out?