Html Editor background Color

Html Editor background Color

by Ray Le Couteur -
Number of replies: 1

I am trying to make my own theme by putting using bits of current themes - and it works great except that I am ending up with an Html editor where the text entry background is white (good) but the sidebar and header section (with text like 'Subject' and 'About the HTML editor' etc) is also white -  I want this to have the same background color as the rest of the page (as in most themes, including the one here on Moodle.org where it is light gray).

I suspect this is something obvious but I just can't see where this color is controlled (I assume somewhere in styles_color.css)?

Any ideas?

Thanks

Ray

Average of ratings: -
In reply to Ray Le Couteur

Re: Html Editor background Color

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators

Hi Ray,

Please note that the following code (added to styles_color.css) should turn your HTML editor background a nice orange colour. wink

.generalbox {
background-color:#F90
}