We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e4f0d commit 4711f8eCopy full SHA for 4711f8e
vendor/assets/stylesheets/jquery.fileupload-ui.scss
@@ -32,14 +32,14 @@
32
}
33
.progress-animated .progress-bar,
34
.progress-animated .bar {
35
- background: url(../img/progressbar.gif) !important;
+ background: url(image-path("progressbar.gif")) !important;
36
filter: none;
37
38
.fileupload-loading {
39
float: right;
40
width: 32px;
41
height: 32px;
42
- background: url(../img/loading.gif) center no-repeat;
+ background: url(image-path("loading.gif")) center no-repeat;
43
background-size: contain;
44
display: none;
45
0 commit comments