@@ -13,9 +13,9 @@ ol.ui-listview, ol.ui-listview .ui-li-divider { counter-reset: listnumbering; }
1313ol .ui-listview .ui-link-inherit : before , ol .ui-listview .ui-li-static : before , .ui-li-dec { font-size : .8em ; display : inline-block; padding-right : .3em ; font-weight : normal; counter-increment : listnumbering; content : counter (listnumbering) ". " ; }
1414ol .ui-listview .ui-li-jsnumbering : before { content : "" !important ; } /* to avoid chance of duplication */
1515.ui-listview-inset .ui-li { border-right-width : 1px ; border-left-width : 1px ; }
16- .ui-li- last , .ui-li .ui-field-contain . ui-li- last { border-bottom-width : 1px ; }
17- .ui-collapsible-themed-content .ui-listview : not (.ui-listview-inset ) .ui-li- last { border-bottom-width : 0 ; }
18- .ui-collapsible-content > .ui-listview : not (.ui-listview-inset ) .ui-li : first-child { border-top-width : 0 ; }
16+ .ui-listview > . ui-li : last-child , .ui-li .ui-field-contain : last-child { border-bottom-width : 1px ; }
17+ .ui-collapsible-themed-content .ui-listview : not (.ui-listview-inset ) .ui-listview > . ui-li : last-child { border-bottom-width : 0 ; }
18+ .ui-collapsible-content > .ui-listview : not (.ui-listview-inset ) > .ui-li : first-child { border-top-width : 0 ; }
1919/* Corner styling */
2020.ui-listview > .ui-li : first-child ,
2121.ui-listview .ui-btn : first-child > .ui-li > .ui-btn-text > .ui-link-inherit {
@@ -27,7 +27,7 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
2727.ui-listview > .ui-li : last-child ,
2828.ui-listview .ui-btn : last-child > .ui-li > .ui-btn-text > .ui-link-inherit ,
2929.ui-collapsible-content > .ui-listview : not (.ui-listview-inset ),
30- .ui-collapsible-content > .ui-listview : not (.ui-listview-inset ) .ui-li- last {
30+ .ui-collapsible-content > .ui-listview : not (.ui-listview-inset ) .ui-li : last-child {
3131 -webkit-border-bottom-right-radius : inherit;
3232 border-bottom-right-radius : inherit;
3333 -webkit-border-bottom-left-radius : inherit;
0 commit comments