Skip to content

Commit

Permalink
Use rails helper for image url
Browse files Browse the repository at this point in the history
  • Loading branch information
opti committed Nov 22, 2014
1 parent eab6b59 commit 4ec122b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/jquery.fileupload-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
.progress-animated .progress-bar,
.progress-animated .bar {
background: url("../img/progressbar.gif") !important;
background: image-url("progressbar.gif") !important;
filter: none;
}
.fileupload-process {
Expand All @@ -28,7 +28,7 @@
display: block;
width: 32px;
height: 32px;
background: url("../img/loading.gif") center no-repeat;
background: image-url("loading.gif") center no-repeat;
background-size: contain;
}
.files audio,
Expand Down

0 comments on commit 4ec122b

Please sign in to comment.