File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
@charset 'UTF-8' ;
2
2
/*
3
- * jQuery File Upload Plugin NoScript CSS 1.0 .0
3
+ * jQuery File Upload Plugin NoScript CSS 1.2 .0
4
4
* https://github.com/blueimp/jQuery-File-Upload
5
5
*
6
6
* Copyright 2013, Sebastian Tschan
14
14
position : static;
15
15
opacity : 1 ;
16
16
filter : none;
17
- transform : none;
18
17
font-size : inherit;
19
18
direction : inherit;
20
19
}
Original file line number Diff line number Diff line change 1
1
@charset 'UTF-8' ;
2
2
/*
3
- * jQuery File Upload Plugin CSS 1.1 .0
3
+ * jQuery File Upload Plugin CSS 1.2 .0
4
4
* https://github.com/blueimp/jQuery-File-Upload
5
5
*
6
6
* Copyright 2013, Sebastian Tschan
20
20
right : 0 ;
21
21
margin : 0 ;
22
22
opacity : 0 ;
23
- filter : alpha (opacity=0);
24
- transform : translate (-300px , 0 ) scale (4 );
25
- font-size : 60px ;
26
- width : 100% ;
23
+ -ms-filter : 'alpha(opacity=0)' ;
24
+ font-size : 200px ;
27
25
direction : ltr;
28
26
cursor : pointer;
29
27
}
28
+
29
+ /* IE7 fixes */
30
+ * + html .fileinput-button input {
31
+ filter : alpha (opacity=0);
32
+ font-size : 100% ;
33
+ height : 100% ;
34
+ }
You can’t perform that action at this time.
0 commit comments