Hi there, in previous versions of CMS there was an option to remove some body css tag when using the backend of the website but i can't find it anymore.
Problem i'm now facing is that on the website i'm using a white font against a dark blue background. looks all fine. However, at the back of the CMS i can't read anything because there's the same white font against - this time - a white background.
Does anyone know how to solve this?
Thanks in advance
Ton
Has the css body tag been changed in the latest update?
Re: Did they remove the css body tag in the latest update?
cms 1.10.3 should automatically use the right background-color.
you can also use body#tinymce in your normal stylesheets to style specifically for the wysiwyg editor.
you can also use body#tinymce in your normal stylesheets to style specifically for the wysiwyg editor.
Re: Did they remove the css body tag in the latest update?
Yeah well.. 10.0.3 isn't doing that here. Placing the body tag doesnt do the trick either. Are you sure that's the right tag? shouldn't it be body#microtiny and than background set to dark?
Re: Did they remove the css body tag in the latest update?
Have you tried giving the body black text then give the #pagewrapper white text?...
#pagewrapper would be the first div wrapping the page...
#pagewrapper would be the first div wrapping the page...