Yes,, it worked. I use only this part. Because all I needed was the WYSIWYG Background color changed thank you very much.
Put in additional.css
Code:
/*WYSIWYG Background */
body.wysiwyg {
background-color: #2c2c2c;
}
Quote:
Originally Posted by Cadellin
I found a solution to this in the end.
Code:
.wysiwyg, .formcontrols .blockrow .editor_textbox textarea:focus, .editor_textbox textarea, .editor_textbox iframe, body.wysiwyg {
color: #fff; /*Default Font Color */
background-color: #2c2c2c; /*WYSIWYG Background */
}
|