From 8912cf0696db08f0247778614749f083e7698842 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Tue, 14 Aug 2012 04:00:30 -0400
Subject: [PATCH] Chrome requires child elements to define border-radius, too
---
skins/larry/styles.css | 8 ++++++++
skins/larry/mail.css | 4 ++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index ee208c3..c6a8c54 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -137,6 +137,10 @@
background-position: 6px 2px;
}
+#mailboxlist li:first-child {
+ border-radius: 4px 4px 0 0;
+}
+
#mailboxlist li.mailbox a {
padding-left: 36px;
white-space: nowrap;
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 1bdd303..0a72c50 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -824,6 +824,10 @@
overflow: hidden;
}
+.uibox .boxfooter {
+ border-radius: 0 0 4px 4px;
+}
+
.boxfooter .listbutton {
display: inline-block;
text-decoration: none;
@@ -834,6 +838,10 @@
margin-top: 1px;
}
+.uibox .boxfooter .listbutton:first-child {
+ border-radius: 0 0 0 4px;
+}
+
.boxfooter .listbutton .inner {
display: inline-block;
width: 48px;
--
Gitblit v1.9.1