This repository was archived by the owner on Oct 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4949.ui-mini .ui-btn-icon-bottom .ui-btn-inner ,
5050.ui-mini .ui-btn-icon-bottom .ui-btn-inner { padding-bottom : 30px ; }
5151
52+ /* Corner styling inheritance */
53+ .ui-btn-inner ,
54+ .ui-btn-text {
55+ -webkit-border-radius : inherit;
56+ border-radius : inherit;
57+ }
58+
5259/*btn icon positioning*/
5360.ui-btn-icon-notext .ui-icon { display : block; z-index : 0 ;}
5461.ui-btn-icon-left > .ui-btn-inner > .ui-icon , .ui-btn-icon-right > .ui-btn-inner > .ui-icon { position : absolute; top : 50% ; margin-top : -9px ; }
Original file line number Diff line number Diff line change @@ -21,17 +21,13 @@ ol.ui-listview .ui-li-jsnumbering:before { content: "" !important; } /* to avoid
2121.ui-collapsible-content > .ui-listview : not (.ui-listview-inset ) .ui-li-last .ui-li-link-alt { -webkit-border-bottom-right-radius : inherit; border-bottom-right-radius : inherit; }
2222/* Corner styling */
2323.ui-listview > .ui-li : first-child ,
24- .ui-listview .ui-btn : first-child > .ui-li ,
25- .ui-listview .ui-btn : first-child > .ui-li > .ui-btn-text ,
2624.ui-listview .ui-btn : first-child > .ui-li > .ui-btn-text > .ui-link-inherit {
2725 -webkit-border-top-right-radius : inherit;
2826 border-top-right-radius : inherit;
2927 -webkit-border-top-left-radius : inherit;
3028 border-top-left-radius : inherit;
3129}
3230.ui-listview > .ui-li : last-child ,
33- .ui-listview .ui-btn : last-child > .ui-li ,
34- .ui-listview .ui-btn : last-child > .ui-li > .ui-btn-text ,
3531.ui-listview .ui-btn : last-child > .ui-li > .ui-btn-text > .ui-link-inherit {
3632 -webkit-border-bottom-right-radius : inherit;
3733 border-bottom-right-radius : inherit;
You can’t perform that action at this time.
0 commit comments