From 53b7421d4419ce12c62d47e5b1231240cefdc3d5 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 15 Dec 2014 19:02:38 +0100 Subject: Fix list icon for replied+forwarded+unread messages --- skins/larry/mail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3