diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-14 09:59:46 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-14 09:59:46 +0200 |
commit | 8faaa7d1d07990c36c92fe251a9296ca988cdeff (patch) | |
tree | f27ddec41e2a66a3b9105ca205a48ba3c2e4bd64 /skins/larry/mail.css | |
parent | b8b6e5011a0f87f137870fbf328bcdb8ff3bbbfa (diff) |
Chrome requires child elements to define border-radius, too
Diffstat (limited to 'skins/larry/mail.css')
-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 6e4e0cd7d..4fff24307 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; |