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