浏览代码
Correct IE10 fileinput click misbehavior fixes #477
Kartik Visweswaran
8 年之前
|
@@ -476,6 +476,7 @@
|
|
|
|
|
|
/* IE 10 fix */
|
|
/* IE 10 fix */
|
|
.btn-file ::-ms-browse {
|
|
.btn-file ::-ms-browse {
|
|
|
|
+ font-size: 10000px;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|