change #files input for IE11 drag and drop.
This commit is contained in:
parent
a94dd8e18e
commit
f34b7c214a
|
@ -17,7 +17,16 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#files input {
|
#files input {
|
||||||
display:none;
|
width: 100%;
|
||||||
|
background: rgba(150,225,150,0.0);
|
||||||
|
vertical-align: middle;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0 50%;
|
||||||
|
margin-top: -206px;
|
||||||
|
color: #FFF;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 200px;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
.progress-info {
|
.progress-info {
|
||||||
text-shadow: initial;
|
text-shadow: initial;
|
||||||
|
|
Loading…
Reference in New Issue