Add quotes to URL in CSS files

Better add quotes: https://stackoverflow.com/a/34383157
This commit is contained in:
Chocobo1
2021-10-22 13:57:26 +08:00
parent aafc1064d9
commit 6226dd5b80
5 changed files with 30 additions and 30 deletions

View File

@@ -42,7 +42,7 @@ Required by:
*/
.mochaTitlebar {
background: url(../images/spacer.gif?from=fafafa&to=e5e5e5);
background: url("../images/spacer.gif?from=fafafa&to=e5e5e5");
overflow: hidden;
width: 100%;
}
@@ -178,7 +178,7 @@ div.mochaToolbarWrapper.bottom {
}
.mochaSpinner {
background: url(../images/spinner.gif) no-repeat;
background: url("../images/spinner.gif") no-repeat;
bottom: 7px;
display: none;
height: 16px;
@@ -337,7 +337,7 @@ div.mochaToolbarWrapper.bottom {
/* Example Window Themes */
#about_contentWrapper {
background: #e5e5e5 url(../images/logo2.gif) 3px 3px no-repeat;
background: #e5e5e5 url("../images/logo2.gif") 3px 3px no-repeat;
}
#builder_contentWrapper {
@@ -378,7 +378,7 @@ div.mochaToolbarWrapper.bottom {
.mochaMinimizeButton.replaced,
.mochaMaximizeButton.replaced,
.mochaCloseButton.replaced {
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") !important;
}
/* iOS iframe scrolling */