Skip to content

Commit 7419b47

Browse files
committed
Updated file input button style to accomodate larger file selection buttons.
1 parent 614196c commit 7419b47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css/jquery.fileupload.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset 'UTF-8';
22
/*
3-
* jQuery File Upload Plugin CSS 1.0.0
3+
* jQuery File Upload Plugin CSS 1.1.0
44
* https://github.com/blueimp/jQuery-File-Upload
55
*
66
* Copyright 2013, Sebastian Tschan
@@ -22,7 +22,8 @@
2222
opacity: 0;
2323
filter: alpha(opacity=0);
2424
transform: translate(-300px, 0) scale(4);
25-
font-size: 23px;
25+
font-size: 60px;
26+
width: 100%;
2627
direction: ltr;
2728
cursor: pointer;
2829
}

0 commit comments

Comments
 (0)