OK, here's the patch. It adds the following styles to override the grey and
blue boxes:

.graybox { background-color: #cccccc; }
.bluebox { background-color: #99ccff; }

In addition I found some other hard-coded colours in box borders which now
can be overridden:

/* folder index page */
.folder-index-border-1 { background-color: #cccccc; }
.folder-index-border-2 { background-color: #ffffff; }
.folder-index-background-2 { background-color: #ffffff; }

/* read message page */
.box-border-1 { background-color: #cccccc }
.box-border-2 { background-color: #ffffff }

I've left the original bgcolor="#cccccc" tags in there, so the templates
should still display sensibly on ancient browsers without CSS support.

If I've overlooked anything please let me know...

Regards,

Brian.

Attachment: sqwebmail-alt-colours.gz
Description: application/gunzip

Reply via email to