Skip to content

Commit c4b7c75

Browse files
selfthinkermikesherov
authored andcommitted
Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: Remove unneeded vendor prefixing
1 parent c5e0961 commit c4b7c75

File tree

4 files changed

+7
-33
lines changed

4 files changed

+7
-33
lines changed

themes/base/jquery.ui.button.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ input.ui-button {
9494
.ui-button-icons-only .ui-button-icon-secondary {
9595
right: .5em;
9696
}
97-
.ui-button-text-icons .ui-button-icon-secondary,
98-
.ui-button-icons-only .ui-button-icon-secondary {
99-
right: .5em;
100-
}
10197

10298
/* button sets */
10399
.ui-buttonset {

themes/base/jquery.ui.datepicker.css

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
.ui-datepicker .ui-datepicker-header {
1717
position: relative;
18-
padding:.2em 0;
18+
padding: .2em 0;
1919
}
2020
.ui-datepicker .ui-datepicker-prev,
2121
.ui-datepicker .ui-datepicker-next {
@@ -128,9 +128,7 @@
128128
.ui-datepicker-multi-4 .ui-datepicker-group {
129129
width: 25%;
130130
}
131-
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
132-
border-left-width: 0;
133-
}
131+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
134132
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
135133
border-left-width: 0;
136134
}
@@ -140,7 +138,7 @@
140138
.ui-datepicker-row-break {
141139
clear: both;
142140
width: 100%;
143-
font-size: 0em;
141+
font-size: 0;
144142
}
145143

146144
/* RTL support */
@@ -169,16 +167,11 @@
169167
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
170168
float: left;
171169
}
172-
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
173-
float:right;
174-
}
170+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
175171
.ui-datepicker-rtl .ui-datepicker-group {
176172
float: right;
177173
}
178-
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
179-
border-right-width: 0;
180-
border-left-width: 1px;
181-
}
174+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
182175
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
183176
border-right-width: 0;
184177
border-left-width: 1px;

themes/base/jquery.ui.progressbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
.ui-progressbar .ui-progressbar-value {
1717
margin: -1px;
18-
height:100%;
18+
height: 100%;
1919
}
2020
.ui-progressbar .ui-progressbar-value .ui-progressbar-overlay {
2121
background: url("images/animated-overlay.gif");

themes/base/jquery.ui.theme.css

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@
154154
.ui-icon {
155155
width: 16px;
156156
height: 16px;
157-
background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
158157
background-position: 16px 16px;
159158
}
159+
.ui-icon,
160160
.ui-widget-content .ui-icon {
161161
background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
162162
}
@@ -367,36 +367,24 @@
367367
.ui-corner-top,
368368
.ui-corner-left,
369369
.ui-corner-tl {
370-
-moz-border-radius-topleft: 4px/*{cornerRadius}*/;
371-
-webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
372-
-khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
373370
border-top-left-radius: 4px/*{cornerRadius}*/;
374371
}
375372
.ui-corner-all,
376373
.ui-corner-top,
377374
.ui-corner-right,
378375
.ui-corner-tr {
379-
-moz-border-radius-topright: 4px/*{cornerRadius}*/;
380-
-webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
381-
-khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
382376
border-top-right-radius: 4px/*{cornerRadius}*/;
383377
}
384378
.ui-corner-all,
385379
.ui-corner-bottom,
386380
.ui-corner-left,
387381
.ui-corner-bl {
388-
-moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
389-
-webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
390-
-khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
391382
border-bottom-left-radius: 4px/*{cornerRadius}*/;
392383
}
393384
.ui-corner-all,
394385
.ui-corner-bottom,
395386
.ui-corner-right,
396387
.ui-corner-br {
397-
-moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
398-
-webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
399-
-khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
400388
border-bottom-right-radius: 4px/*{cornerRadius}*/;
401389
}
402390

@@ -412,8 +400,5 @@
412400
background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
413401
/* no space between ".3;" and "filter" because themeRoller looks back to the first space for replacement */
414402
opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/;
415-
-moz-border-radius: 8px/*{cornerRadiusShadow}*/;
416-
-khtml-border-radius: 8px/*{cornerRadiusShadow}*/;
417-
-webkit-border-radius: 8px/*{cornerRadiusShadow}*/;
418403
border-radius: 8px/*{cornerRadiusShadow}*/;
419404
}

0 commit comments

Comments
 (0)