Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

WYSIWYG-Editor Background


Go to End


2 Posts   3175 Views

Avatar
phinel

Community Member, 16 Posts

28 May 2008 at 11:58pm

Hellio

I've changed the background-color from my website to dark grey and the foreground-color (text) to white.

Now, when i log in to the backend and will change the text of a page, the foreground-color is white but the background-color is white, too.

How can i change the background-color in the WYSIWYG-Editor?

Thanks a lot.

Avatar
Willr

Forum Moderator, 5523 Posts

29 May 2008 at 10:18pm

try adding .htmleditor { background: #000; } in your code in editor.css or just dig around firebug and see where you set it.