From fc67e008126d8b034a49ed24f6c94de2bf858981 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 14 May 2012 15:03:35 -0400
Subject: [PATCH] Larry: fix unfocused message thread row highlighting (#1488477)

---
 skins/larry/styles.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 724c3d5..37f819a 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1006,7 +1006,7 @@
 
 .records-table tr.unfocused td {
 	color: #fff !important;
-	background: #4db0d2;
+	background: #4db0d2 !important;
 }
 
 .records-table tr.unfocused td a,

--
Gitblit v1.9.1