Use ui-body-* instead of ui-btn-up-* for collapsible content
This commit is contained in:
gseguin 2011-09-28 10:57:24 -07:00
parent 2b2935b701
commit 5a97fd7b05

View file

@ -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