1

Topic: No Backgroundcolor in css defined

iRedAdmin-Pro-LDAP-1.6.3

There is no Background Color defined in the Webinterface.

If the default Background color in the browser is set to something strange, it's hard to use the interface.


To fix it  in static/default/css/screen.css use the following patch:

--- screen_old.css      2012-03-04 10:11:22.799738366 +0100
+++ screen.css  2012-03-04 10:12:51.931740013 +0100
@@ -661,7 +661,7 @@
/*
  * Override default settings.
  *----------------------------------------*/
-html, body { background: none; }
+html, body { background: none repeat scroll 0 0 #F9F9F9; }
h4 { font-size: 13px; }
table thead th.checkbox,
table tbody td.checkbox {


best regards
Christoph Hofnann==== Provide required information to help troubleshoot and get quick answer ====
- Linux/BSD distribution name and version:
- iRedMail version and backend (LDAP/MySQL):
- Any related log? Log is helpful for troubleshooting.
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: No Backgroundcolor in css defined

Committed, thanks for your patch. smile
May i know which web browser do you use?