I am adapting Zeropoint to become a dark theme, using a black background and white type only, and a few shades of grey as a background for certain blocks. So far, no problem as to the front end.
But in the admin section, i encounter a few problems. E.g. on the 'Modules' page, the background is set to #EEE (very light grey), and as my type is white, this is virtually illegible due to lack of contrast.
I've searched all the CSS files, but there is nowhere i can change that particular background color. Or at least I can't find it. Maybe I'm missing something?
For reference: the site is www.caoutchou.com, a record label site

Help on this would be greatly appreciated.
Luk

Comments

Deepika.chavan’s picture

Hi,
Try adding following css in your 'custom-style.css' file which is there in 'zeropoint/_custom' directory. (Please Clear cached data at admin/settings/performance) .

tr.even, tr.odd {
  background-color:#000000;
}

table.sticky-header {
  background:#000000 none repeat scroll 0 0;
}

table thead tr {
  background:#000000 none repeat scroll 0 0;
}

Please change the color value as your requirement, I hope it helps! :)

Rgrds,

Deepika Chavan.

LukM’s picture

Sorry, Deepika, that didn't help.

Much obliged for trying though.

Any other suggestions?

Thanks in advance,

Luk

Deepika.chavan’s picture

Hi,
Did you clear cached data(at admin/settings/performance) ? Also check that your admin theme is also same as other's(system default at '/admin/settings/admin'). Please don't mind I just wanted to confirm because same thing I tried on my local site and It was working for all admin pages like themes page, modules page etc.

Rgrds,

Deepika Chavan.

florian’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

Black Hole theme is exactly what you need.