.fileContainer { position: relative; }
.fileContainer [type=file] { cursor: inherit; display: block; font-size: 16px; min-height: 100%; min-width: 100%; position: absolute; left: 0px; text-align: right; top: 7px; z-index: -1; outline: none; }
.fileContainer [type=file]:focus { outline: none; } /* Example stylistic flourishes */
.fileContainer { background: lightgray; border-radius: .5em; float: left; padding: .5em; }
.fileContainer { cursor: pointer; }
.fileContainer {
position: relative;
}
.fileContainer [type=file] {
cursor: inherit;
display: block;
font-size: 16px;
min-height: 100%;
min-width: 100%;
position: absolute;
left: 0px;
text-align: right;
top: 7px;
z-index: -1;
outline: none;
}
.fileContainer [type=file]:focus {
outline: none;
}
/* Example stylistic flourishes */
.fileContainer {
background: lightgray;
border-radius: .5em;
float: left;
padding: .5em;
}
.fileContainer {
cursor: pointer;
}