27
27
margin : 0 ;
28
28
overflow-x : visible;
29
29
-webkit-text-size-adjust : 100% ;
30
- -ms-text-size-adjust : none;
30
+ -ms-text-size-adjust : none;
31
31
-webkit-tap-highlight-color : rgba (0 , 0 , 0 , 0 );
32
32
}
33
33
/* Issue #2066 */
@@ -141,7 +141,6 @@ div.ui-mobile-viewport {
141
141
width : 2.75em ;
142
142
height : 2.75em ;
143
143
padding : .0625em ;
144
- -webkit-border-radius : 2.25em ;
145
144
border-radius : 2.25em ;
146
145
}
147
146
.ui-loader-verbose .ui-icon-loading {
@@ -186,17 +185,13 @@ div.ui-mobile-viewport {
186
185
.ui-corner-all > .ui-toolbar-header : first-child ,
187
186
.ui-corner-all > .ui-content : first-child ,
188
187
.ui-corner-all > .ui-toolbar-footer : first-child {
189
- -webkit-border-top-left-radius : inherit;
190
188
border-top-left-radius : inherit;
191
- -webkit-border-top-right-radius : inherit;
192
189
border-top-right-radius : inherit;
193
190
}
194
191
.ui-corner-all > .ui-toolbar-header : last-child ,
195
192
.ui-corner-all > .ui-content : last-child ,
196
193
.ui-corner-all > .ui-toolbar-footer : last-child {
197
- -webkit-border-bottom-left-radius : inherit;
198
194
border-bottom-left-radius : inherit;
199
- -webkit-border-bottom-right-radius : inherit;
200
195
border-bottom-right-radius : inherit;
201
196
}
202
197
@@ -213,9 +208,6 @@ div.ui-mobile-viewport {
213
208
overflow : hidden;
214
209
white-space : nowrap;
215
210
cursor : pointer;
216
- -webkit-user-select : none;
217
- -moz-user-select : none;
218
- -ms-user-select : none;
219
211
user-select : none;
220
212
}
221
213
.ui-button-icon-only ,
@@ -316,8 +308,6 @@ div.ui-mobile-viewport {
316
308
/* Button elements and input buttons */
317
309
button .ui-button ,
318
310
input .ui-button {
319
- -webkit-box-sizing : border-box;
320
- -moz-box-sizing : border-box;
321
311
box-sizing : border-box;
322
312
-webkit-appearance : none;
323
313
-moz-appearance : none;
@@ -336,8 +326,6 @@ button.ui-button::-moz-focus-inner {
336
326
}
337
327
button .ui-button-icon-only ,
338
328
input .ui-button-icon-only {
339
- -webkit-box-sizing : content-box;
340
- -moz-box-sizing : content-box;
341
329
box-sizing : content-box;
342
330
width : 1.75em ;
343
331
}
0 commit comments