Is it possible to override a custom CSS that is loaded in the Editor Area? Specifically, I am loading the main site CSS thusly:
But, because of the way the main site is constructed the body tag has a background-color that is a darker green (it then has a div inside of that that has a white background that covers the green). The fckeditor edit window is picking up this body color (which is correct), I just need a command or param I can pass on creation that will allow me to over ride the body:background-color...
Any ideas?
FCKConfig.EditorAreaCSS = Array('/__MainSite/_CMSAdmin_Common_v3/_css/reset.css','/__MainSite/_css/sitestyles.css');
But, because of the way the main site is constructed the body tag has a background-color that is a darker green (it then has a div inside of that that has a white background that covers the green). The fckeditor edit window is picking up this body color (which is correct), I just need a command or param I can pass on creation that will allow me to over ride the body:background-color...
Any ideas?
Re: Override Custom CSS in Editor Area