Hello,
I have set my style sheet in the config.js as follows:
config.contentsCss = ['/css/main-style.css'];
and it is working great. The only thing that is giving me a headache is the background of the CKEditor's text area. The background is showing the image that I have for the background and I will like to have it as a white background and not the background image. Is there a way to change the background color to white without changing my style sheet?

I have set my style sheet in the config.js as follows:
config.contentsCss = ['/css/main-style.css'];
and it is working great. The only thing that is giving me a headache is the background of the CKEditor's text area. The background is showing the image that I have for the background and I will like to have it as a white background and not the background image. Is there a way to change the background color to white without changing my style sheet?

Re: CKEditor Background Color
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: CKEditor Background Color
I have tried this:
config.contentsCss = ['/css/main-style.css', '/ckeditor/contents.css'];
It does make it white but it overwrites main-style.css. What I need is to keep all the css code from main-style.css and just overwrite the background color to white.
Thanks for your help.