Hack/fix the missing loading.gif in backload
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/*
|
/*
|
||||||
* jQuery File Upload UI Plugin CSS
|
* jQuery File Upload UI Plugin CSS
|
||||||
* https://github.com/blueimp/jQuery-File-Upload
|
* https://github.com/blueimp/jQuery-File-Upload
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background: url("../img/loading.gif") center no-repeat;
|
background: url("/backload/client/blueimp/bundles/img/loading.gif") center no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
.files audio,
|
.files audio,
|
||||||
|
|||||||
Reference in New Issue
Block a user