The "Module specific styles" needs this bit for Greenhouse to work with TinyMCE. Otherwise the header images are displayed in the background of the body edit field.

body.mceContentBody
{
	background:#fff;
	color:#000;
	font-size:12px;
}

body.mceContentBody a:link
{
	color:#ff0000;
}

Comments

jswaby’s picture

Assigned: Unassigned » jswaby
Category: bug » feature

This is a pretty module specific patch, and given the specificity of the patch, I'm not 100% sure this should go in. I actually did have this in before but too it out because not everyone uses the TinyMCE editor.

I will put it into the dev release with a comment for anyone else wishing to use the same style for different editors.

I personally don't use this theme on any of my production sites, so I don't catch all of these errors and fixes. So if you have more, just keep them coming :) Once I have a good chunk of patches, I'll do another release.

Thanks

jswaby’s picture

Status: Reviewed & tested by the community » Closed (fixed)