From cd121ca6ca24d5357b7a5a3cde89b5c7d3785258 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Thu, 25 May 2006 10:40:41 -0400
Subject: [PATCH] Added unfocused class for when the message list does not have the focus

---
 skins/default/mail.css |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 6d1d221..a8863c0 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -452,11 +452,23 @@
   border-top: thin dotted;
 }
 
+#messagelist tr.unfocused td
+{
+  font-weight: bold;
+  color: #FFFFFF;
+  background-color: #929292;
+}
+
 #messagelist tr.selected td a.rcmContactAddress
 {
   color: #FFFFFF;
 }
 
+#messagelist tr.unfocused td a.rcmContactAddress
+{
+  color: #FFFFFF;
+}
+
 #messagelist tr.deleted td,
 #messagelist tr.deleted td a
 {

--
Gitblit v1.9.1