diff options
author | thomascube <thomas@roundcube.net> | 2012-02-21 22:08:14 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-02-21 22:08:14 +0000 |
commit | b6837c3732cd7699004a4a24adb89da497a8c8c1 (patch) | |
tree | 0d5dc76a1ec5398466bb66962ed3d7774a3d5203 | |
parent | 3c9e9033239a7d78c99359adc0341f7c0ae142e4 (diff) |
Add missing style for folders with recent messages
-rw-r--r-- | 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 fa39ffb05..6e76ce0f8 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -184,6 +184,10 @@ a.iconbutton.threadmode.selected { color: #aaa; } +#mailboxlist li.recent > a { + color: #017cb4; +} + #mailboxlist li.mailbox ul { list-style: none; margin: 0; |