Skip to content

Instantly share code, notes, and snippets.

@osulyanov
Created February 7, 2013 10:41
Show Gist options
  • Save osulyanov/4730188 to your computer and use it in GitHub Desktop.
Save osulyanov/4730188 to your computer and use it in GitHub Desktop.
Custom file input
.file_upload {
position: relative;
overflow: hidden;
float: left;
margin-right: 4px;
}
.file_upload input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
filter: alpha(opacity=0);
transform: translate(-300px, 0) scale(4);
font-size: 23px;
direction: ltr;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment