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

Commit

Permalink
Listview: Apply counter style to the first .ui-btn child of a li
Browse files Browse the repository at this point in the history
Fixes gh-7095
  • Loading branch information
Gabriel Schulhof committed Feb 15, 2014
1 parent 1dc34cc commit d60fdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.listview.css
Expand Up @@ -235,7 +235,7 @@ ol.ui-listview > li > .ui-btn,
ol.ui-listview > li.ui-li-static {
vertical-align: middle;
}
ol.ui-listview > li > .ui-btn:before,
ol.ui-listview > li > .ui-btn:first-child:before,
ol.ui-listview > li.ui-li-static:before,
ol.ui-listview > li.ui-field-contain > label:before,
ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before {
Expand Down

0 comments on commit d60fdc3

Please sign in to comment.