mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-02 05:50:23 +00:00
Fix for #2527
Use ui-body-* instead of ui-btn-up-* for collapsible content
This commit is contained in:
parent
2b2935b701
commit
5a97fd7b05
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
|
|||
}
|
||||
}
|
||||
|
||||
collapsibleContent.addClass( ( o.contentTheme ) ? ( "ui-btn-up-" + o.contentTheme ) : "");
|
||||
collapsibleContent.addClass( ( o.contentTheme ) ? ( "ui-body-" + o.contentTheme ) : "");
|
||||
|
||||
collapsibleHeading
|
||||
//drop heading in before content
|
||||
|
|
|
|||
Loading…
Reference in a new issue