Remove unnecessary quotes from urls in CSS.
props TobiasBg. fixes #22476. Built from https://develop.svn.wordpress.org/trunk@27289 git-svn-id: http://core.svn.wordpress.org/trunk@27145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -133,8 +133,8 @@
|
||||
/* WordPress Version Badge */
|
||||
|
||||
.wp-badge {
|
||||
background: #0074a2 url('../images/w-logo-white.png?ver=20131202') no-repeat;
|
||||
background: #0074a2, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
|
||||
background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
|
||||
background: #0074a2, url(../images/wordpress-logo-white.svg?ver=20131110) no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
|
||||
background-position: center 24px;
|
||||
-webkit-background-size: 85px 85px;
|
||||
background-size: 85px 85px;
|
||||
|
||||
@@ -133,8 +133,8 @@
|
||||
/* WordPress Version Badge */
|
||||
|
||||
.wp-badge {
|
||||
background: #0074a2 url('../images/w-logo-white.png?ver=20131202') no-repeat;
|
||||
background: #0074a2, url('../images/wordpress-logo-white.svg?ver=20131110') no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
|
||||
background: #0074a2 url(../images/w-logo-white.png?ver=20131202) no-repeat;
|
||||
background: #0074a2, url(../images/wordpress-logo-white.svg?ver=20131110) no-repeat; /* multiple backgrounds are ignored by browsers that don't support SVGs */
|
||||
background-position: center 24px;
|
||||
-webkit-background-size: 85px 85px;
|
||||
background-size: 85px 85px;
|
||||
|
||||
@@ -1742,11 +1742,11 @@ div.star-holder {
|
||||
position: relative;
|
||||
height: 17px;
|
||||
width: 100px;
|
||||
background: url('../images/stars.png?ver=20121108') repeat-x bottom right;
|
||||
background: url(../images/stars.png?ver=20121108) repeat-x bottom right;
|
||||
}
|
||||
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars.png?ver=20121108') repeat-x top right;
|
||||
background: url(../images/stars.png?ver=20121108) repeat-x top right;
|
||||
height: 17px;
|
||||
float: right;
|
||||
}
|
||||
@@ -2328,13 +2328,13 @@ img {
|
||||
/* Back-compat for pre-3.8 */
|
||||
div.star-holder,
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom right;
|
||||
background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom right;
|
||||
-webkit-background-size: 21px 37px;
|
||||
background-size: 21px 37px;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
|
||||
/* @todo: evaluate - most of these were likely replaced by dashicons */
|
||||
|
||||
@@ -1742,11 +1742,11 @@ div.star-holder {
|
||||
position: relative;
|
||||
height: 17px;
|
||||
width: 100px;
|
||||
background: url('../images/stars.png?ver=20121108') repeat-x bottom left;
|
||||
background: url(../images/stars.png?ver=20121108) repeat-x bottom left;
|
||||
}
|
||||
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars.png?ver=20121108') repeat-x top left;
|
||||
background: url(../images/stars.png?ver=20121108) repeat-x top left;
|
||||
height: 17px;
|
||||
float: left;
|
||||
}
|
||||
@@ -2328,13 +2328,13 @@ img {
|
||||
/* Back-compat for pre-3.8 */
|
||||
div.star-holder,
|
||||
div.star-holder .star-rating {
|
||||
background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
|
||||
background: url(../images/stars-2x.png?ver=20121108) repeat-x bottom left;
|
||||
-webkit-background-size: 21px 37px;
|
||||
background-size: 21px 37px;
|
||||
}
|
||||
|
||||
.spinner {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
|
||||
/* @todo: evaluate - most of these were likely replaced by dashicons */
|
||||
|
||||
@@ -351,25 +351,25 @@ table.not-image tr.image-only {
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.image-align-none-label {
|
||||
background-image: url("../images/align-none-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-none-2x.png?ver=20120916);
|
||||
-webkit-background-size: 21px 15px;
|
||||
background-size: 21px 15px;
|
||||
}
|
||||
|
||||
.image-align-left-label {
|
||||
background-image: url("../images/align-left-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-left-2x.png?ver=20120916);
|
||||
-webkit-background-size: 22px 15px;
|
||||
background-size: 22px 15px;
|
||||
}
|
||||
|
||||
.image-align-center-label {
|
||||
background-image: url("../images/align-center-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-center-2x.png?ver=20120916);
|
||||
-webkit-background-size: 21px 15px;
|
||||
background-size: 21px 15px;
|
||||
}
|
||||
|
||||
.image-align-right-label {
|
||||
background-image: url("../images/align-right-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-right-2x.png?ver=20120916);
|
||||
-webkit-background-size: 22px 15px;
|
||||
background-size: 22px 15px;
|
||||
}
|
||||
|
||||
@@ -351,25 +351,25 @@ table.not-image tr.image-only {
|
||||
(min-resolution: 120dpi) {
|
||||
|
||||
.image-align-none-label {
|
||||
background-image: url("../images/align-none-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-none-2x.png?ver=20120916);
|
||||
-webkit-background-size: 21px 15px;
|
||||
background-size: 21px 15px;
|
||||
}
|
||||
|
||||
.image-align-left-label {
|
||||
background-image: url("../images/align-left-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-left-2x.png?ver=20120916);
|
||||
-webkit-background-size: 22px 15px;
|
||||
background-size: 22px 15px;
|
||||
}
|
||||
|
||||
.image-align-center-label {
|
||||
background-image: url("../images/align-center-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-center-2x.png?ver=20120916);
|
||||
-webkit-background-size: 21px 15px;
|
||||
background-size: 21px 15px;
|
||||
}
|
||||
|
||||
.image-align-right-label {
|
||||
background-image: url("../images/align-right-2x.png?ver=20120916");
|
||||
background-image: url(../images/align-right-2x.png?ver=20120916);
|
||||
-webkit-background-size: 22px 15px;
|
||||
background-size: 22px 15px;
|
||||
}
|
||||
|
||||
@@ -353,13 +353,13 @@ td.plugin-title p {
|
||||
}
|
||||
|
||||
#content-resize-handle {
|
||||
background: transparent url('../images/resize.gif') no-repeat scroll left bottom;
|
||||
background: transparent url(../images/resize.gif) no-repeat scroll left bottom;
|
||||
width: 12px;
|
||||
cursor: n-resize;
|
||||
}
|
||||
|
||||
.rtl #content-resize-handle {
|
||||
background: transparent url('../images/resize-rtl.gif') no-repeat scroll right bottom;
|
||||
background: transparent url(../images/resize-rtl.gif) no-repeat scroll right bottom;
|
||||
}
|
||||
|
||||
#wp-word-count {
|
||||
@@ -1153,14 +1153,14 @@ table.links-table {
|
||||
(min-resolution: 120dpi) {
|
||||
#content-resize-handle,
|
||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-2x.gif') no-repeat scroll left bottom;
|
||||
background: transparent url(../images/resize-2x.gif) no-repeat scroll left bottom;
|
||||
-webkit-background-size: 11px 11px;
|
||||
background-size: 11px 11px;
|
||||
}
|
||||
|
||||
.rtl #content-resize-handle,
|
||||
.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom;
|
||||
background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll left bottom;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -353,13 +353,13 @@ td.plugin-title p {
|
||||
}
|
||||
|
||||
#content-resize-handle {
|
||||
background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
|
||||
background: transparent url(../images/resize.gif) no-repeat scroll right bottom;
|
||||
width: 12px;
|
||||
cursor: n-resize;
|
||||
}
|
||||
|
||||
.rtl #content-resize-handle {
|
||||
background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
|
||||
background: transparent url(../images/resize-rtl.gif) no-repeat scroll left bottom;
|
||||
}
|
||||
|
||||
#wp-word-count {
|
||||
@@ -1153,14 +1153,14 @@ table.links-table {
|
||||
(min-resolution: 120dpi) {
|
||||
#content-resize-handle,
|
||||
#post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom;
|
||||
background: transparent url(../images/resize-2x.gif) no-repeat scroll right bottom;
|
||||
-webkit-background-size: 11px 11px;
|
||||
background-size: 11px 11px;
|
||||
}
|
||||
|
||||
.rtl #content-resize-handle,
|
||||
.rtl #post-body .wp_themeSkin .mceStatusbar a.mceResize {
|
||||
background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
|
||||
background: transparent url(../images/resize-rtl-2x.gif) no-repeat scroll right bottom;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -467,7 +467,7 @@ p.search-box {
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url('../images/loading.gif') no-repeat left center;
|
||||
background: transparent url(../images/loading.gif) no-repeat left center;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
||||
@@ -467,7 +467,7 @@ p.search-box {
|
||||
}
|
||||
|
||||
input[type="text"].ui-autocomplete-loading {
|
||||
background: transparent url('../images/loading.gif') no-repeat right center;
|
||||
background: transparent url(../images/loading.gif) no-repeat right center;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
||||
@@ -66,8 +66,8 @@ abbr {
|
||||
text-align:center
|
||||
}
|
||||
#logo a {
|
||||
background-image: url('../images/w-logo-blue.png?ver=20131202');
|
||||
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-image: url(../images/w-logo-blue.png?ver=20131202);
|
||||
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
|
||||
-webkit-background-size: 80px 80px;
|
||||
background-size: 80px 80px;
|
||||
background-position: center top;
|
||||
|
||||
@@ -66,8 +66,8 @@ abbr {
|
||||
text-align:center
|
||||
}
|
||||
#logo a {
|
||||
background-image: url('../images/w-logo-blue.png?ver=20131202');
|
||||
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-image: url(../images/w-logo-blue.png?ver=20131202);
|
||||
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
|
||||
-webkit-background-size: 80px 80px;
|
||||
background-size: 80px 80px;
|
||||
background-position: center top;
|
||||
|
||||
@@ -406,7 +406,7 @@ th.asc:hover span.sorting-indicator:before {
|
||||
}
|
||||
|
||||
tr.wp-locked .locked-indicator {
|
||||
background: url('../images/lock.png') no-repeat;
|
||||
background: url(../images/lock.png) no-repeat;
|
||||
margin: -2px 6px 0 0;
|
||||
height: 20px;
|
||||
width: 16px;
|
||||
@@ -1218,7 +1218,7 @@ tr.active + tr.plugin-update-tr .plugin-update .update-message {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
tr.wp-locked .locked-indicator {
|
||||
background-image: url('../images/lock-2x.png');
|
||||
background-image: url(../images/lock-2x.png);
|
||||
-webkit-background-size: 16px 16px;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
@@ -406,7 +406,7 @@ th.asc:hover span.sorting-indicator:before {
|
||||
}
|
||||
|
||||
tr.wp-locked .locked-indicator {
|
||||
background: url('../images/lock.png') no-repeat;
|
||||
background: url(../images/lock.png) no-repeat;
|
||||
margin: -2px 0 0 6px;
|
||||
height: 20px;
|
||||
width: 16px;
|
||||
@@ -1218,7 +1218,7 @@ tr.active + tr.plugin-update-tr .plugin-update .update-message {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
tr.wp-locked .locked-indicator {
|
||||
background-image: url('../images/lock-2x.png');
|
||||
background-image: url(../images/lock-2x.png);
|
||||
-webkit-background-size: 16px 16px;
|
||||
background-size: 16px 16px;
|
||||
}
|
||||
|
||||
@@ -95,8 +95,8 @@ p {
|
||||
}
|
||||
|
||||
.login h1 a {
|
||||
background-image: url('../images/w-logo-blue.png?ver=20131202');
|
||||
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-image: url(../images/w-logo-blue.png?ver=20131202);
|
||||
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
|
||||
-webkit-background-size: 80px 80px;
|
||||
background-size: 80px 80px;
|
||||
background-position: center top;
|
||||
|
||||
@@ -95,8 +95,8 @@ p {
|
||||
}
|
||||
|
||||
.login h1 a {
|
||||
background-image: url('../images/w-logo-blue.png?ver=20131202');
|
||||
background-image: none, url('../images/wordpress-logo.svg?ver=20131107');
|
||||
background-image: url(../images/w-logo-blue.png?ver=20131202);
|
||||
background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
|
||||
-webkit-background-size: 80px 80px;
|
||||
background-size: 80px 80px;
|
||||
background-position: center top;
|
||||
|
||||
@@ -437,7 +437,7 @@ td.imgedit-settings input {
|
||||
.imgedit-wait {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
background: #fff url('../images/spinner.gif') no-repeat scroll 22px 10px;
|
||||
background: #fff url(../images/spinner.gif) no-repeat scroll 22px 10px;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
opacity: 0.7;
|
||||
@@ -448,7 +448,7 @@ td.imgedit-settings input {
|
||||
}
|
||||
|
||||
.spinner {
|
||||
background: url('../images/spinner.gif') no-repeat;
|
||||
background: url(../images/spinner.gif) no-repeat;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
display: none;
|
||||
@@ -651,7 +651,7 @@ span.imgedit-scale-warn {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.imgedit-wait {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -437,7 +437,7 @@ td.imgedit-settings input {
|
||||
.imgedit-wait {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
background: #fff url('../images/spinner.gif') no-repeat scroll 22px 10px;
|
||||
background: #fff url(../images/spinner.gif) no-repeat scroll 22px 10px;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
opacity: 0.7;
|
||||
@@ -448,7 +448,7 @@ td.imgedit-settings input {
|
||||
}
|
||||
|
||||
.spinner {
|
||||
background: url('../images/spinner.gif') no-repeat;
|
||||
background: url(../images/spinner.gif) no-repeat;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
display: none;
|
||||
@@ -651,7 +651,7 @@ span.imgedit-scale-warn {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.imgedit-wait {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -550,7 +550,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.revision-tick.completed-false {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -550,7 +550,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.revision-tick.completed-false {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1510,7 +1510,7 @@ body.full-overlay-active {
|
||||
}
|
||||
|
||||
.customize-loading #customize-container {
|
||||
background: #fff url('../images/spinner.gif') no-repeat fixed center center;
|
||||
background: #fff url(../images/spinner.gif) no-repeat fixed center center;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
@@ -1607,7 +1607,7 @@ body.full-overlay-active {
|
||||
}
|
||||
|
||||
#theme-installer .wp-full-overlay-main {
|
||||
background: #fff url('../images/spinner.gif') no-repeat fixed center center;
|
||||
background: #fff url(../images/spinner.gif) no-repeat fixed center center;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
@@ -1623,14 +1623,14 @@ body.full-overlay-active {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.wp-full-overlay .collapse-sidebar-arrow {
|
||||
background-image: url('../images/arrows-2x.png');
|
||||
background-image: url(../images/arrows-2x.png);
|
||||
-webkit-background-size: 15px 123px;
|
||||
background-size: 15px 123px;
|
||||
}
|
||||
|
||||
.customize-loading #customize-container,
|
||||
#theme-installer .wp-full-overlay-main {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1510,7 +1510,7 @@ body.full-overlay-active {
|
||||
}
|
||||
|
||||
.customize-loading #customize-container {
|
||||
background: #fff url('../images/spinner.gif') no-repeat fixed center center;
|
||||
background: #fff url(../images/spinner.gif) no-repeat fixed center center;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
@@ -1607,7 +1607,7 @@ body.full-overlay-active {
|
||||
}
|
||||
|
||||
#theme-installer .wp-full-overlay-main {
|
||||
background: #fff url('../images/spinner.gif') no-repeat fixed center center;
|
||||
background: #fff url(../images/spinner.gif) no-repeat fixed center center;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
@@ -1623,14 +1623,14 @@ body.full-overlay-active {
|
||||
(-webkit-min-device-pixel-ratio: 1.25),
|
||||
(min-resolution: 120dpi) {
|
||||
.wp-full-overlay .collapse-sidebar-arrow {
|
||||
background-image: url('../images/arrows-2x.png');
|
||||
background-image: url(../images/arrows-2x.png);
|
||||
-webkit-background-size: 15px 123px;
|
||||
background-size: 15px 123px;
|
||||
}
|
||||
|
||||
.customize-loading #customize-container,
|
||||
#theme-installer .wp-full-overlay-main {
|
||||
background-image: url('../images/spinner-2x.gif');
|
||||
background-image: url(../images/spinner-2x.gif);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user