Skip to content

Commit 52bbbee

Browse files
committed
Fix noscript input style regression by blueimp#3433
Closes blueimp#3464
1 parent 3da724f commit 52bbbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/jquery.fileupload-noscript.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
position: static;
1515
opacity: 1;
1616
filter: none;
17-
font-size: inherit;
17+
font-size: inherit !important;
1818
direction: inherit;
1919
}
2020
.fileinput-button span {

0 commit comments

Comments
 (0)