N°7355 - Update blueimp-file-upload to 10.32.0 and remove optional dependencies

This commit is contained in:
Molkobain
2024-03-22 14:36:05 +01:00
parent babdd9f163
commit 3588a50597
44 changed files with 4150 additions and 7194 deletions

View File

@@ -20,8 +20,9 @@
top: 0;
right: 0;
margin: 0;
height: 100%;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
filter: alpha(opacity=0);
font-size: 200px !important;
direction: ltr;
cursor: pointer;
@@ -30,8 +31,6 @@
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
font-size: 150% !important;
}
}