- Upload is getting some buttons.

This commit is contained in:
Gunther Brunner
2014-04-03 17:28:04 +09:00
parent 3799b51ad3
commit 95bc46d6b7
4 changed files with 69 additions and 2 deletions

View File

@@ -1,3 +1,23 @@
.stf-upload {
.stf-upload .btn-file {
position: relative;
overflow: hidden;
}
.stf-upload .btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 999px;
text-align: right;
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.stf-upload .drop-area {
}