Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Added corner styling reset to collapsible CSS to avoid conflicts when…
Browse files Browse the repository at this point in the history
… an enhanced collapsible is appended to a set.
  • Loading branch information
jaspermdegroot committed Nov 6, 2012
1 parent d3a6be3 commit e001425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/structure/jquery.mobile.collapsible.css
Expand Up @@ -28,6 +28,10 @@
.ui-collapsible-content-collapsed { display: none; }

/* Corner styling */
.ui-collapsible-set > .ui-collapsible.ui-corner-all {
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-collapsible-heading,
.ui-collapsible-heading > .ui-btn {
-webkit-border-radius: inherit;
Expand Down

0 comments on commit e001425

Please sign in to comment.