diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-12-15 19:02:38 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-12-15 19:02:38 +0100 |
commit | 53b7421d4419ce12c62d47e5b1231240cefdc3d5 (patch) | |
tree | 41453e1c9e78c605c7ac93c5f7ce19de42efc578 /skins/larry | |
parent | fa424e54d2e2f4a000e9fee46b2a65c6b51039bf (diff) |
Fix list icon for replied+forwarded+unread messages
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/mail.css | 2 |
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 { |