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.

Customising the CMS /

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

customizing/overloading backend-stylesheet


Go to End


3 Posts   1633 Views

Avatar
theAlien

Community Member, 131 Posts

14 March 2010 at 1:52am

Edited: 14/03/2010 10:13am

Hi,
I'd like to do some customization of the backend-layout (like a different background-color).
Of course I could hack cms/css/layout.css. But that's a hack...

Does anyone know how I can require a custombackendlayout.css file, for example through page.php?

Avatar
Willr

Forum Moderator, 5523 Posts

14 March 2010 at 11:07am

The CMS includes a editor.css file from your theme if it exists. You can provide customizations in that file.

Avatar
theAlien

Community Member, 131 Posts

14 March 2010 at 2:47pm

Cool,
I always thought the css in that file was only used in the HTMLEditor
Thanks!