summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-05-30 10:40:43 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-05-30 10:42:36 +0200
commitd8ff4c2fc156e1f300c5e41b28e1615215f66e85 (patch)
treea3c5ff0103d88f260d066a19c499e234f75a6e14 /skins
parent7ae5432fbfc0e923f2fe8dc62ff77afb8ecc80cf (diff)
Make folders with unread messages in subfolders bold again (#1486793); update CHANGELOG
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 4fb3b723d..18b058a1b 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -186,6 +186,10 @@ a.iconbutton.threadmode.selected {
background-position: 6px -1723px;
}
+#mailboxlist li.unread {
+ font-weight: bold;
+}
+
#mailboxlist li.virtual > a {
color: #aaa;
}