From d8ff4c2fc156e1f300c5e41b28e1615215f66e85 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 30 May 2012 04:42:36 -0400
Subject: [PATCH] Make folders with unread messages in subfolders bold again (#1486793); update CHANGELOG

---
 CHANGELOG            |    2 ++
 skins/larry/mail.css |    4 ++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 13446ab..53989bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,8 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Make folders with unread messages in subfolders bold again (#1486793)
+- Abbreviate long attachment file names with ellipsis (#1488499)
 - Fix html2text conversion of strong|b|a|th|h tags when used in upper case
 - Add listcontrols template container in Larry skin (#1488498)
 - Fix host autoselection when default_host is an array (#1488495)
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 4fb3b72..18b058a 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -186,6 +186,10 @@
 	background-position: 6px -1723px;
 }
 
+#mailboxlist li.unread {
+	font-weight: bold;
+}
+
 #mailboxlist li.virtual > a {
 	color: #aaa;
 }

--
Gitblit v1.9.1