From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- 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 4c91d2d..effc35f1 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -493,7 +493,7 @@ .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 { -- Gitblit v1.9.1