6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/25/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7519] Visual enhancements of Mailbox view
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__ .___ . [__)|\ |[ __[__ | | | \|[_./[___\__|
Comment
> I prefer a more consistent look in the mailbox view, similar to > Outlook where each message has a status of some sort. I've made a > default background to .msState which is "seen" and moved the > msCompose items over to msState so all statuses are in the same > column. Moving div.flagged over to msCompose creates the flag icon in > it's own column. Perhaps this isn't for everyone but I like the look > quite a bit better. Here are the relevant changes to > themes/screen.css and themes/silver/screen.css > > > > /* Status images and flags selectors: status column */ > > .msglist .msState { > > background: transparent url("graphics/mail_seen.png") center > center no-repeat; > > } > > .msglist div.unseen .msState { > > background: transparent url("graphics/mail_unseen.png") center > center no-repeat; > > } > > .msglist div.flagged .msCompose { > > background: transparent url("graphics/mail_flagged.png") center > center no-repeat; > > } > > .msglist div.deletedmsg .msState { > > background: transparent url("graphics/mail_deleted.png") center > center no-repeat; > > } > > /* Status images and flags selectors: priority column */ > > .msglist div.unimportant .msPri { > > background: transparent url("graphics/mail_priority_low.png") > center center no-repeat; > > } > > .msglist div.important .msPri { > > background: transparent url("graphics/mail_priority_high.png") > center center no-repeat; > > } > > /* Status images and flags selectors: compose status column */ > > .msglist div.answered .msState { > > background: transparent url("graphics/mail_answered.png") center > center no-repeat; > > } > > .msglist div.draft .msState { > > background: transparent url("graphics/mail_draft.png") center > center no-repeat; > > } > > > >
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