Recent Topics

1 Jun 04, 2006 19:29    

How can I change the default white background color on the admin page? I can't seem to find the appropriate CSS file, or the appropriate section. Thanks!.

2 Jun 05, 2006 15:55

There are a few different style sheets for the backoffice because it supports style switching (see the "V-D-L" in the upper right of the backoffice). Look in the admin folder for two style sheets:

variation.css
desert.css

Add this at the bottom of both of them and the background color should be changed:

body {
background: #999;
}

3 Jun 05, 2006 16:15

thanks a bunch, when i return from work ill give that a go....i was playing around with that style switching...doesnt seem to do a whole lot...

4 Jun 05, 2006 19:04

Hey there...those style sheets dont appear in my admin folder...anywhere else is should be looking?

5 Jun 05, 2006 19:06

nevermind...found them, thanks


Form is loading...