securis/src/main/resources/static/css/securis.css
.. .. @@ -69,3 +69,22 @@ 69 69 min-height: 25px !important; 70 70 height: 25px !important; 71 71 } 72 +73 +.btn-file {74 + position: relative;75 + overflow: hidden;76 +}77 +.btn-file input[type=file] {78 + position: absolute;79 + top: 0;80 + right: 0;81 + min-width: 100%;82 + min-height: 100%;83 + font-size: 999px;84 + text-align: right;85 + filter: alpha(opacity=0);86 + opacity: 0;87 + background: red;88 + cursor: inherit;89 + display: block;90 +}