2727 margin : 0 ;
2828 overflow-x : visible;
2929 -webkit-text-size-adjust : 100% ;
30- -ms-text-size-adjust : none;
30+ -ms-text-size-adjust : none;
3131 -webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 );
3232}
3333/* Issue #2066 */
@@ -141,7 +141,6 @@ div.ui-mobile-viewport {
141141 width : 2.75em ;
142142 height : 2.75em ;
143143 padding : .0625em ;
144- -webkit-border-radius : 2.25em ;
145144 border-radius : 2.25em ;
146145}
147146.ui-loader-verbose .ui-icon-loading {
@@ -186,17 +185,13 @@ div.ui-mobile-viewport {
186185.ui-corner-all > .ui-toolbar-header : first-child ,
187186.ui-corner-all > .ui-content : first-child ,
188187.ui-corner-all > .ui-toolbar-footer : first-child {
189- -webkit-border-top-left-radius : inherit;
190188 border-top-left-radius : inherit;
191- -webkit-border-top-right-radius : inherit;
192189 border-top-right-radius : inherit;
193190}
194191.ui-corner-all > .ui-toolbar-header : last-child ,
195192.ui-corner-all > .ui-content : last-child ,
196193.ui-corner-all > .ui-toolbar-footer : last-child {
197- -webkit-border-bottom-left-radius : inherit;
198194 border-bottom-left-radius : inherit;
199- -webkit-border-bottom-right-radius : inherit;
200195 border-bottom-right-radius : inherit;
201196}
202197
@@ -213,9 +208,6 @@ div.ui-mobile-viewport {
213208 overflow : hidden;
214209 white-space : nowrap;
215210 cursor : pointer;
216- -webkit-user-select : none;
217- -moz-user-select : none;
218- -ms-user-select : none;
219211 user-select : none;
220212}
221213.ui-button-icon-only ,
@@ -316,8 +308,6 @@ div.ui-mobile-viewport {
316308/* Button elements and input buttons */
317309button .ui-button ,
318310input .ui-button {
319- -webkit-box-sizing : border-box;
320- -moz-box-sizing : border-box;
321311 box-sizing : border-box;
322312 -webkit-appearance : none;
323313 -moz-appearance : none;
@@ -336,8 +326,6 @@ button.ui-button::-moz-focus-inner {
336326}
337327button .ui-button-icon-only ,
338328input .ui-button-icon-only {
339- -webkit-box-sizing : content-box;
340- -moz-box-sizing : content-box;
341329 box-sizing : content-box;
342330 width : 1.75em ;
343331}
0 commit comments