diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 08:17:26 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-29 08:17:26 +0000 |
| commit | 873fd82ebbb45f5f6b403c59b54d010ef402d59a (patch) | |
| tree | b2b5a9c869f6d836d8d28991fbcaa8895cc952fd | |
| parent | 6f4795b50686333d965f4291d62b9339794116a3 (diff) | |
Colorize unread bubble of 'recent' folders
git-svn-id: https://svn.roundcube.net/trunk@5928 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/larry/mail.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/mail.css b/roundcubemail/skins/larry/mail.css index 3cccb384d..04caad409 100644 --- a/roundcubemail/skins/larry/mail.css +++ b/roundcubemail/skins/larry/mail.css @@ -277,6 +277,19 @@ a.iconbutton.threadmode.selected { -moz-box-shadow: inset 0 1px 1px 0 #003645; } +#mailboxlist li.mailbox.recent > a .unreadcount { + background: #017cb4; + background: -moz-linear-gradient(top, #017cb4 0%, #006ca4 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#017cb4), color-stop(100%,#006ca4)); + background: -o-linear-gradient(top, #017cb4 0%, #006ca4 100%); + background: -ms-linear-gradient(top, #017cb4 0%, #006ca4 100%); + background: linear-gradient(top, #017cb4 0%, #006ca4 100%); + box-shadow: inset 0 1px 1px 0 #005080; + -o-box-shadow: inset 0 1px 1px 0 #005080; + -webkit-box-shadow: inset 0 1px 1px 0 #005080; + -moz-box-shadow: inset 0 1px 1px 0 #005080; +} + #searchfilter { width: 16em; } |
