From b6837c3732cd7699004a4a24adb89da497a8c8c1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 21 Feb 2012 17:08:14 -0500 Subject: [PATCH] Add missing style for folders with recent messages --- skins/larry/mail.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index fa39ffb..6e76ce0 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -184,6 +184,10 @@ color: #aaa; } +#mailboxlist li.recent > a { + color: #017cb4; +} + #mailboxlist li.mailbox ul { list-style: none; margin: 0; -- Gitblit v1.9.1