(js) Update jQuery File Upload to version 9.12.5

This commit is contained in:
Francis Lachapelle
2016-07-05 15:42:25 -04:00
parent 1586180ebb
commit 23a5274881
3 changed files with 103 additions and 50 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
* jQuery File Upload Plugin CSS 1.3.0
* jQuery File Upload Plugin CSS
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2013, Sebastian Tschan
@@ -13,6 +13,7 @@
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
}
.fileinput-button input {
position: absolute;
@@ -21,7 +22,7 @@
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
font-size: 200px !important;
direction: ltr;
cursor: pointer;
}