summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-08-14 09:59:46 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-08-14 10:00:30 +0200
commit8912cf0696db08f0247778614749f083e7698842 (patch)
tree4dbb32df87b105ef15c7873f28d73f40bb5d23dd /skins/larry/mail.css
parentf408893c40e63b91a61304037205cda703ea560c (diff)
Chrome requires child elements to define border-radius, too
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index ee208c30d..c6a8c5409 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -137,6 +137,10 @@ a.iconbutton.threadmode.selected {
background-position: 6px 2px;
}
+#mailboxlist li:first-child {
+ border-radius: 4px 4px 0 0;
+}
+
#mailboxlist li.mailbox a {
padding-left: 36px;
white-space: nowrap;