Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Commit 4ec122b

Browse files
committed
Use rails helper for image url
1 parent eab6b59 commit 4ec122b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/stylesheets/jquery.fileupload-ui.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
.progress-animated .progress-bar,
1818
.progress-animated .bar {
19-
background: url("../img/progressbar.gif") !important;
19+
background: image-url("progressbar.gif") !important;
2020
filter: none;
2121
}
2222
.fileupload-process {
@@ -28,7 +28,7 @@
2828
display: block;
2929
width: 32px;
3030
height: 32px;
31-
background: url("../img/loading.gif") center no-repeat;
31+
background: image-url("loading.gif") center no-repeat;
3232
background-size: contain;
3333
}
3434
.files audio,

0 commit comments

Comments
 (0)