diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-24 10:26:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-24 10:26:35 +0000 |
| commit | c7de0310a4d92eaf512fdac73472b8b584734e2c (patch) | |
| tree | d4767ab2b55869517fb4ad1655e5ed9924f5fe0f /roundcubemail/skins/default | |
| parent | 3db1079f66d13bdd0f1e9a3e561d3548d8ed1689 (diff) | |
- Mark (with different color) folders with recent messages (#1486234)
git-svn-id: https://svn.roundcube.net/trunk@5483 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 4dfc20674..42a62de3f 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -448,6 +448,11 @@ color: #666; } +#mailboxlist li.recent > a +{ + color: #0066FF; +} + #mailboxlist li.selected, #mailboxlist li.droptarget li.selected { |
