diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-08-14 09:59:46 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-08-14 10:00:30 +0200 |
commit | 8912cf0696db08f0247778614749f083e7698842 (patch) | |
tree | 4dbb32df87b105ef15c7873f28d73f40bb5d23dd /skins/larry/styles.css | |
parent | f408893c40e63b91a61304037205cda703ea560c (diff) |
Chrome requires child elements to define border-radius, too
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 1bdd30362..0a72c5048 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -824,6 +824,10 @@ table.layout td { overflow: hidden; } +.uibox .boxfooter { + border-radius: 0 0 4px 4px; +} + .boxfooter .listbutton { display: inline-block; text-decoration: none; @@ -834,6 +838,10 @@ table.layout td { margin-top: 1px; } +.uibox .boxfooter .listbutton:first-child { + border-radius: 0 0 0 4px; +} + .boxfooter .listbutton .inner { display: inline-block; width: 48px; |