Closed (fixed)
Project:
Green House
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
15 Jun 2007 at 22:53 UTC
Updated:
20 Jun 2007 at 15:28 UTC
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
Comment #1
jswaby commentedThis 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
Comment #2
jswaby commented