Skip to content

Instantly share code, notes, and snippets.

@zy108830
Last active March 25, 2016 15:56
Show Gist options
  • Save zy108830/45d32ec4b46a01f87ff2 to your computer and use it in GitHub Desktop.
Save zy108830/45d32ec4b46a01f87ff2 to your computer and use it in GitHub Desktop.
bootstrap,upload
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment