make sure inner button gets corner rounding as well in listviews. Fixes a regression from earlier.

This commit is contained in:
scottjehl 2011-03-27 01:14:46 -04:00
parent fd5b3210e4
commit b2f4f06f7d

View file

@ -283,7 +283,7 @@ $.widget( "mobile.listview", $.mobile.widget, {
.prepend( "<span class='ui-li-dec'>" + (counter++) + ". </span>" );
}
item.addClass( itemClass );
item.add( item.find( ".ui-btn-inner" ) ).addClass( itemClass );
if ( !create ) {
self._itemApply( $list, item );