Skip to content

Commit 46f3766

Browse files
committed
Changes css and images
1 parent 907683b commit 46f3766

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

vendor/assets/images/AjaxLoader.gif

1.48 KB
Loading

vendor/assets/images/bar.gif

36.7 KB
Loading

vendor/assets/images/loading.gif

-3.81 KB
Binary file not shown.

vendor/assets/images/progressbar.gif

-3.25 KB
Binary file not shown.

vendor/assets/stylesheets/jquery.fileupload-ui.css.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@
3737
width: 200px;
3838
}
3939
// .progress-animated .progress-bar,
40-
.progress-animated .bar {
41-
background: image-url('progressbar.gif') !important;
40+
.progress .bar
41+
{
42+
background-image: image-url('bar.gif') !important;
4243
filter: none;
44+
opacity: 1;
45+
height: 20px;
4346
}
4447
.fileupload-loading {
4548
position: absolute;
4649
left: 50%;
4750
width: 128px;
4851
height: 128px;
49-
background: image-url('loading.gif') center no-repeat;
52+
background: image-url('AjaxLoader.gif') center no-repeat;
5053
display: none;
5154
}
5255
.fileupload-processing .fileupload-loading {

0 commit comments

Comments
 (0)