Skip to content

Instantly share code, notes, and snippets.

@hergaiety
Created August 28, 2015 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hergaiety/61a1b9bc206319465c7e to your computer and use it in GitHub Desktop.
Save hergaiety/61a1b9bc206319465c7e to your computer and use it in GitHub Desktop.
a.upload {
display: inline-block;
position: relative;
input[type=file] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
cursor: pointer;
margin-bottom: 0;
height: 100%;
&::-ms-value {
display: none;
}
&::-ms-browse {
width: 100%;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment