diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-12 18:41:53 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-12 18:41:53 +0000 |
| commit | 21237ff8d14d9fbc6e0ef4804cf3f5f47cb46c6a (patch) | |
| tree | 7397be8111827b981027ab6d5ed344aa6ec9e08a /roundcubemail/skins/default/common.css | |
| parent | 1ac0e6096916d330cb50231d96db92aca4c1b8c9 (diff) | |
Show message count in folder list and hint when creating a subfolder
git-svn-id: https://svn.roundcube.net/trunk@1052 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 308953bf5..82e1d409d 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -107,6 +107,11 @@ img font-size: 11px; } +.hint +{ + color: #666; + font-size: 11px; +} /** common user interface objects */ |
