|
...
|
...
|
@@ -16,7 +16,7 @@ |
|
16
|
16
|
font-size: 999px;
|
|
17
|
17
|
text-align: right;
|
|
18
|
18
|
color: #fff;
|
|
19
|
|
- background: transparent asset-url('fileinput/loading.gif') top left no-repeat;
|
|
|
19
|
+ /*background: transparent asset_path('fileinput/loading.gif') top left no-repeat;*/
|
|
20
|
20
|
border: none;
|
|
21
|
21
|
}
|
|
22
|
22
|
|
|
...
|
...
|
@@ -182,7 +182,7 @@ |
|
182
|
182
|
}
|
|
183
|
183
|
|
|
184
|
184
|
.file-thumb-loading {
|
|
185
|
|
- background: transparent asset-url('fileinput/loading.gif') no-repeat scroll center center content-box !important;
|
|
|
185
|
+ /*background: transparent asset-url('fileinput/loading.gif') no-repeat scroll center center content-box !important;*/
|
|
186
|
186
|
}
|
|
187
|
187
|
|
|
188
|
188
|
.file-actions {
|
|
...
|
...
|
@@ -267,7 +267,7 @@ |
|
267
|
267
|
}
|
|
268
|
268
|
|
|
269
|
269
|
.file-uploading {
|
|
270
|
|
- background: asset-url('fileinput/loading-sm.gif') no-repeat center bottom 10px;
|
|
|
270
|
+ /*background: asset-url('fileinput/loading-sm.gif') no-repeat center bottom 10px;*/
|
|
271
|
271
|
opacity: 0.65;
|
|
272
|
272
|
}
|
|
273
|
273
|
|
...
|
...
|
|