Thomas Bruederli
2012-08-14 8912cf0696db08f0247778614749f083e7698842
Chrome requires child elements to define border-radius, too
2 files modified
12 ■■■■■ changed files
skins/larry/mail.css 4 ●●●● patch | view | raw | blame | history
skins/larry/styles.css 8 ●●●●● patch | view | raw | blame | history
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;
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;