Created
February 7, 2013 10:41
-
-
Save osulyanov/4730188 to your computer and use it in GitHub Desktop.
Custom file input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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