6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/10/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3027] CSS hover on legend is confusing
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. .. .. ..__. [__ | ||_/ | || | | |/\|| \|__||__|
Comment
> 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 {
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers