Summary | The tango-blue theme does not look good in dimp |
Queue | DIMP |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | chutz (at) gg3 (dot) net |
Created | 07/05/2007 (6593 days ago) |
Due | |
Updated | 09/29/2007 (6507 days ago) |
Assigned | |
Resolved | 09/29/2007 (6507 days ago) |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Version ⇒
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ The tango-blue theme does not look good in dimp
Queue ⇒ Horde Base
State ⇒ New
nice. Specifically:
1. The text of all e-mail messages is black on a light blue background.
2. The folder summary (on the welcome screen) is on a dark blue background.
3. Hovering over the folders list shows the folders with a white text
on a light background.
Just to illustrate, I added the following file (based on
imp/themes/tango-blue/screen.css) as dimp/themes/tango-blue/screen.css
and DIMP looks much better now:
/**
* $Horde: imp/themes/tango-blue/screen.css,v 1.2 2007/05/30 21:08:40
mrubinsk Exp $
*/
.mboxcontrol form {
background: #cccccc;
}
.text {
color: #000;
background: #fff;
}
#sidebarPanel a:hover {
color: black;
}
#dimpmain_portal {
background-color: #C9DAED;
}