source:
main/waeup.kofa/trunk/layout/static/css/file-upload.css
@
15284
Last change on this file since 15284 was 11558, checked in by , 11 years ago | |
---|---|
File size: 357 bytes |
Rev | Line | |
---|---|---|
[11558] | 1 | .btn-file { |
2 | position: relative; | |
3 | overflow: hidden; | |
4 | } | |
5 | .btn-file input[type=file] { | |
6 | position: absolute; | |
7 | top: 0; | |
8 | right: 0; | |
9 | min-width: 100%; | |
10 | min-height: 100%; | |
11 | font-size: 999px; | |
12 | text-align: right; | |
13 | filter: alpha(opacity=0); | |
14 | opacity: 0; | |
15 | outline: none; | |
16 | background: white; | |
17 | cursor: inherit; | |
18 | display: block; | |
19 | } |
Note: See TracBrowser for help on using the repository browser.