summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-02-29 08:17:26 +0000
committerthomascube <thomas@roundcube.net>2012-02-29 08:17:26 +0000
commit2fdc7cdd053e3f02fa438b3cde045b34b23eabb2 (patch)
tree8b040d45856dc4fbb1b6b45083d6c37196abbdb2
parentfeb59b0a202ee58f7e30e3522868cecb10eebc21 (diff)
Colorize unread bubble of 'recent' folders
-rw-r--r--skins/larry/mail.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 3cccb384d..04caad409 100644
--- a/skins/larry/mail.css
+++ b/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;
}