Firefox CSS
I have been playing around with the CSS in Firefox to customize the look of the UI. I have managed to change nearly everything I want except for the notes view. Currently, it defaults to standard white background and black text (see pic below). Is this hard-code or is it something that can be changed with CSS as well?
http://www.constellations.scot/wp-content/uploads/2016/04/css-2.png
http://www.constellations.scot/wp-content/uploads/2016/04/css-2.png
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
.mceContentBody {
color: #color-of-choice;
background: #color-of-choice;
}
Now just trying to figure out how to edit the rest of the editor.
Thanks again!