tinymce background

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
Post Reply
beate_r
Posts: 174
Joined: Thu May 22, 2008 11:44 pm
Location: Hessen / Germany

tinymce background

Post by beate_r » Sat Jan 07, 2012 3:22 am

Please let me point to a slight pitfall in tinymce: it uses the background of the site as background of the editing page. This might be quite annoying if the contrast between background color and tinymce's font color is small.

Therefore it might be useful to define the colors of tinymce in the stylesheet.css of the currently active template:

/* TinyMCE specific rules */
body.mceContentBody {
background: #FFF;
color: #000; /* or colors of your choice */
}

Of course it would be better to have a place where system styles are defined. Maybe css/core.css ?

best

Beate

Gert
Posts: 3078
Joined: Fri May 30, 2008 4:53 pm
Location: Berlin
Contact:

Re: tinymce background

Post by Gert » Sat Jan 07, 2012 9:04 am

Hallo,

this can (and should :!: ) be solved in the template.

That should also work with TinyMCE:

http://www.cmsimpleforum.com/viewtopic.php?f=4&t=2665

Gert
Gert Ebersbach | CMSimple | Templates - Plugins - Services

Post Reply