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

Commit 63dd22f

Browse files
Collapsible: Content theme default to inherit instead of none.
1 parent beacbac commit 63dd22f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

css/structure/jquery.mobile.collapsible.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,21 @@
4545
display: block;
4646
margin: 0;
4747
padding: .5em 1em;
48+
background-image: none;
49+
}
50+
.ui-collapsible-themed-content .ui-collapsible-content {
4851
border-left-width: 0;
4952
border-right-width: 0;
5053
border-top-width: 0;
51-
background-image: none;
54+
border-bottom-width: 1px;
55+
border-style: solid;
56+
}
57+
.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content {
58+
border-left-width: 1px;
59+
border-right-width: 1px;
5260
}
5361
.ui-collapsible-inset .ui-collapsible-content {
5462
margin: 0;
55-
border-right-width: 1px;
56-
border-left-width: 1px;
5763
}
5864
.ui-collapsible-content-collapsed {
5965
display: none;

0 commit comments

Comments
 (0)