Skip to content

Commit 4711f8e

Browse files
committed
Updated paths.
1 parent c8e4f0d commit 4711f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
}
3333
.progress-animated .progress-bar,
3434
.progress-animated .bar {
35-
background: url(../img/progressbar.gif) !important;
35+
background: url(image-path("progressbar.gif")) !important;
3636
filter: none;
3737
}
3838
.fileupload-loading {
3939
float: right;
4040
width: 32px;
4141
height: 32px;
42-
background: url(../img/loading.gif) center no-repeat;
42+
background: url(image-path("loading.gif")) center no-repeat;
4343
background-size: contain;
4444
display: none;
4545
}

0 commit comments

Comments
 (0)