Page 1 of 1

Has the css body tag been changed in the latest update?

Posted: Wed Mar 28, 2012 1:43 pm
by tvdk
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

Re: Did they remove the css body tag in the latest update?

Posted: Thu Mar 29, 2012 7:21 am
by mcDavid
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.

Re: Did they remove the css body tag in the latest update?

Posted: Thu Mar 29, 2012 8:22 am
by tvdk
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?

Posted: Thu Mar 29, 2012 4:42 pm
by Dr.CSS
Have you tried giving the body black text then give the #pagewrapper white text?...

#pagewrapper would be the first div wrapping the page...