Chrome requires child elements to define border-radius, too
| | |
| | | background-position: 6px 2px; |
| | | } |
| | | |
| | | #mailboxlist li:first-child { |
| | | border-radius: 4px 4px 0 0; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox a { |
| | | padding-left: 36px; |
| | | white-space: nowrap; |
| | |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .uibox .boxfooter { |
| | | border-radius: 0 0 4px 4px; |
| | | } |
| | | |
| | | .boxfooter .listbutton { |
| | | display: inline-block; |
| | | text-decoration: none; |
| | |
| | | margin-top: 1px; |
| | | } |
| | | |
| | | .uibox .boxfooter .listbutton:first-child { |
| | | border-radius: 0 0 0 4px; |
| | | } |
| | | |
| | | .boxfooter .listbutton .inner { |
| | | display: inline-block; |
| | | width: 48px; |