Skip to content

Commit 132bf7d

Browse files
author
Stefan Kahlert
committed
Included fileupload.css style into fileupload-ui
1 parent ac3a5d7 commit 132bf7d

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

vendor/assets/stylesheets/jquery.fileupload-ui.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Licensed under the MIT license:
1010
* http://www.opensource.org/licenses/MIT
1111
*/
12+
@import "jquery.fileupload";
1213

1314
.fileupload-buttonbar .btn,
1415
.fileupload-buttonbar .toggle {
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.fileinput-button {
2+
position: relative;
3+
overflow: hidden;
4+
}
5+
.fileinput-button input {
6+
position: absolute;
7+
top: 0;
8+
right: 0;
9+
margin: 0;
10+
opacity: 0;
11+
-ms-filter: 'alpha(opacity=0)';
12+
font-size: 200px;
13+
direction: ltr;
14+
cursor: pointer;
15+
}
16+
17+
/* Fixes for IE < 8 */
18+
@media screen\9 {
19+
.fileinput-button input {
20+
filter: alpha(opacity=0);
21+
font-size: 100%;
22+
height: 100%;
23+
}
24+
}

0 commit comments

Comments
 (0)