Bug reports Found a bug? Post it here please.
Version 6.x > Bug reports > editable text widget backround inherts template body background View modes: 
User avatar
Member
Member
steeltownguido-gmail - 1/12/2012 11:32:30 AM
   
editable text widget backround inherts template body background
when adding an editable text widget the overlay is inherting the body background css from the template

that said the template I am working on has an grey background css tag so when I am in page edit mode in cmsdesk, I have to switch to source mode to view and modify the content on the editable text control

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 1/17/2012 2:04:22 AM
   
RE:editable text widget backround inherts template body background
Hi,

If you would like to use a different background for the WYSIWYG editor. In such case, you need to specify the CSS styles like these:


.LTR, .RTL
{
// set the dark background here
background-color: black;
}

BODY
{
// do not set any background here ...
}


The LTR/RTL style is used only for the web page background, while the BODY style is used for both the page and the WYSIWYG editor. Alternatively, you can create a separate CSS stylesheet and assign it to the editor in CMS Site Manager -> Sites -> Site Properties -> General dialog - Editor CSS stylesheet

Best regards,
Ivana Tomanickova