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 8fa8281 commit fe98da5Copy full SHA for fe98da5
vendor/assets/stylesheets/jquery.fileupload-ui.css
@@ -37,15 +37,15 @@
37
width: 200px;
38
}
39
.progress-animated .bar {
40
- background: url(../img/progressbar.gif) !important;
+ background: image-url('images/progressbar.gif') !important;
41
filter: none;
42
43
.fileupload-loading {
44
position: absolute;
45
left: 50%;
46
width: 128px;
47
height: 128px;
48
- background: url(../img/loading.gif) center no-repeat;
+ background: image-url('images/loading.gif') center no-repeat;
49
display: none;
50
51
.fileupload-processing .fileupload-loading {
0 commit comments