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

Commit d60fdc3

Browse files
author
Gabriel Schulhof
committed
Listview: Apply counter style to the first .ui-btn child of a li
Fixes gh-7095
1 parent 1dc34cc commit d60fdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.listview.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ol.ui-listview > li > .ui-btn,
235235
ol.ui-listview > li.ui-li-static {
236236
vertical-align: middle;
237237
}
238-
ol.ui-listview > li > .ui-btn:before,
238+
ol.ui-listview > li > .ui-btn:first-child:before,
239239
ol.ui-listview > li.ui-li-static:before,
240240
ol.ui-listview > li.ui-field-contain > label:before,
241241
ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before {

0 commit comments

Comments
 (0)