浏览代码

Fix #477: Fix IE10 specific styling bug for file input block button

Kartik Visweswaran 9 年之前
父节点
当前提交
dbfca67925
共有 3 个文件被更改,包括 8 次插入1 次删除
  1. 2 1
      CHANGE.md
  2. 6 0
      css/fileinput.css
  3. 0 0
      css/fileinput.min.css

+ 2 - 1
CHANGE.md

@@ -12,7 +12,8 @@ Change Log: `bootstrap-fileinput`
 5. (enh #460): Update CSS selectors prefix to start with `file`.
 6. (enh #462): Responsive buttons and new property `buttonLabelClass`.
 7. (enh #474): Upload via button within each preview thumbnail skips last file for async uploads.
-8. (enh #481): Universal Module Definition for use with CommonJS, AMD or browser globals.
+8. (enh #477): Fix IE10 specific styling bug for file input block button.
+9. (enh #481): Universal Module Definition for use with CommonJS, AMD or browser globals.
 
 ## version 4.2.7
 

+ 6 - 0
css/fileinput.css

@@ -240,4 +240,10 @@
     top: 22px;
     left: 0;
     right: 0;
+}
+
+/* IE 10 fix */
+.btn-file ::-ms-browse {
+    width:100%;
+    height:100%;
 }

文件差异内容过多而无法显示
+ 0 - 0
css/fileinput.min.css


部分文件因为文件数量过多而无法显示