[Tickets #3027] NEW: CSS hover on legend is confusing

bugs@bugs.horde.org bugs at bugs.horde.org
Wed Nov 23 12:18:45 PST 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3027
-----------------------------------------------------------------------
 Ticket             | 3027
 Created By         | flachapelle at inverse.ca
 Summary            | CSS hover on legend is confusing
 Queue              | IMP
 Version            | HEAD
 State              | New
 Priority           | 1. Low
 Type               | Enhancement
 Owners             | 
-----------------------------------------------------------------------


flachapelle at inverse.ca (2005-11-23 12:18) wrote:

When the legend is shown in the mailbox view ($_prefs['show_legend']), the
background of some of the icons changes when the user places the mouse
pointer over the icon. It confuses the user as those icons were actually
buttons.

The following patch to "imp/themes/screen.css" fixes this problem:

--- screen.css.orig     2005-11-08 10:57:14.833650560 -0500
+++ screen.css  2005-11-08 10:58:00.333733496 -0500
@@ -93,25 +93,25 @@
 .deleted {
     background: #999;
 }
-.deleted:hover, .deleted-over {
+tr.deleted:hover, tr.deleted-over {
     background: #777;
 }
 .important {
     background: #fcc;
 }
-.important:hover, .important-over {
+tr.important:hover, tr.important-over {
     background: #faa;
 }
 .unseen {
     background: #eef;
 }
-.unseen:hover, .unseen-over {
+tr.unseen:hover, tr.unseen-over {
     background: #ccf;
 }
 .answered {
     background: #cfc;
 }
-.answered:hover, .answered-over {
+tr.answered:hover, tr.answered-over {
     background: #9e9;
 }
 .folderunsub {




More information about the bugs mailing list