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:
@@ -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