Skip to content

Commit

Permalink
Fix #477: Fix IE10 specific styling bug for file input block button
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 23, 2015
1 parent 304eaa3 commit dbfca67
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions css/fileinput.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,10 @@
top: 22px;
left: 0;
right: 0;
}

/* IE 10 fix */
.btn-file ::-ms-browse {
width:100%;
height:100%;
}
2 changes: 1 addition & 1 deletion css/fileinput.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dbfca67

Please sign in to comment.