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

Commit

Permalink
Collapsible: Content theme default to inherit instead of none.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Aug 14, 2013
1 parent beacbac commit 63dd22f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions css/structure/jquery.mobile.collapsible.css
Expand Up @@ -45,15 +45,21 @@
display: block;
margin: 0;
padding: .5em 1em;
background-image: none;
}
.ui-collapsible-themed-content .ui-collapsible-content {
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
background-image: none;
border-bottom-width: 1px;
border-style: solid;
}
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
border-left-width: 1px;
border-right-width: 1px;
}
.ui-collapsible-inset .ui-collapsible-content {
margin: 0;
border-right-width: 1px;
border-left-width: 1px;
}
.ui-collapsible-content-collapsed {
display: none;
Expand Down

0 comments on commit 63dd22f

Please sign in to comment.