mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-22 13:21:52 +00:00
changed body to bar in list divider theming. Fixes #163
This commit is contained in:
parent
c59dafd616
commit
4278d61c96
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
|
|||
.addClass( "ui-link-inherit" );
|
||||
}
|
||||
else if( role == "list-divider" ){
|
||||
$li.addClass( "ui-li-divider ui-btn ui-body-" + dividertheme ).attr( "role", "heading" );
|
||||
$li.addClass( "ui-li-divider ui-btn ui-bar-" + dividertheme ).attr( "role", "heading" );
|
||||
}
|
||||
else {
|
||||
$li.addClass( "ui-li-static ui-btn-up-" + o.theme );
|
||||
|
|
|
|||
Loading…
Reference in a new issue