summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2014-12-15 19:02:38 +0100
committerThomas Bruederli <bruederli@kolabsys.com>2014-12-15 19:02:38 +0100
commit53b7421d4419ce12c62d47e5b1231240cefdc3d5 (patch)
tree41453e1c9e78c605c7ac93c5f7ce19de42efc578
parentfa424e54d2e2f4a000e9fee46b2a65c6b51039bf (diff)
Fix list icon for replied+forwarded+unread messages
-rw-r--r--skins/larry/mail.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 4c91d2da8..effc35f1d 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -493,7 +493,7 @@ table.messagelist.fixedcopy {
.messagelist tr td.status span.unread,
.messagelist tr td.subject span.unread,
.messagelist tr td.status span.unread:hover {
- background-position: 0 -1017px;
+ background-position: 0 -1017px !important;
}
.messagelist thead tr th.status span.status {