source: main/kofacustom.sampleuni/trunk/layout/static/css/file-upload.css @ 11731

Last change on this file since 11731 was 11706, checked in by Henrik Bettermann, 10 years ago
  • Remove waeup.kofa from sources. Use waeup.kofa PyPI package instead.
  • Copy layout folder from waeup.kofa. kofacustom.sampleuni uses its own Diazo layout.
File size: 357 bytes
Line 
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.