From a8d23d82a296cab71bd2f2b71dad6dca58a643d6 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Tue, 12 Feb 2008 13:41:53 -0500
Subject: [PATCH] Show message count in folder list and hint when creating a subfolder

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

diff --git a/skins/default/common.css b/skins/default/common.css
index 308953b..82e1d40 100644
--- a/skins/default/common.css
+++ b/skins/default/common.css
@@ -107,6 +107,11 @@
   font-size: 11px;
 }
 
+.hint
+{
+  color: #666;
+  font-size: 11px;
+}
 
 /** common user interface objects */
 

--
Gitblit v1.9.1