Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 3ab7902

Browse files
committedMay 16, 2020
File input style fixes for old IE (<IE9) versions.
1 parent f5d629a commit 3ab7902

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎css/jquery.fileupload.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
top: 0;
2121
right: 0;
2222
margin: 0;
23+
height: 100%;
2324
opacity: 0;
24-
-ms-filter: 'alpha(opacity=0)';
25+
filter: alpha(opacity=0);
2526
font-size: 200px !important;
2627
direction: ltr;
2728
cursor: pointer;
@@ -30,8 +31,6 @@
3031
/* Fixes for IE < 8 */
3132
@media screen\9 {
3233
.fileinput-button input {
33-
filter: alpha(opacity=0);
34-
font-size: 100%;
35-
height: 100%;
34+
font-size: 150% !important;
3635
}
3736
}

0 commit comments

Comments
 (0)