[Tickets #5530] The tango-blue theme does not look good in dimp
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Jul 5 06:15:24 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5530
-----------------------------------------------------------------------
Ticket | 5530
Created By | chutz at gg3.net
Summary | The tango-blue theme does not look good in dimp
Queue | Horde Base
Version | HEAD
Type | Enhancement
State | New
Priority | 1. Low
Owners |
-----------------------------------------------------------------------
chutz at gg3.net (2007-07-04 23:15) wrote:
Using the latest HEAD with the Tango Blue theme, DIMP does not look very
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;
}
More information about the bugs
mailing list