Skip to content

Commit 9645a2d

Browse files
committed
using sass for stylesheet
1 parent 4425d7c commit 9645a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.css.erb renamed to vendor/assets/stylesheets/jquery.fileupload-ui.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
width: 200px;
3838
}
3939
.progress-animated .bar {
40-
background: url(<%= asset_path 'progressbar.gif' %>) !important;
40+
background: image-url('progressbar.gif') !important;
4141
filter: none;
4242
}
4343
.fileupload-loading {
4444
position: absolute;
4545
left: 50%;
4646
width: 128px;
4747
height: 128px;
48-
background: url(<%= asset_path 'loading.gif' %>) center no-repeat;
48+
background: image-url('loading.gif') center no-repeat;
4949
display: none;
5050
}
5151
.fileupload-processing .fileupload-loading {

0 commit comments

Comments
 (0)