Skip to content

Instantly share code, notes, and snippets.

@sajidzaman
Last active December 23, 2015 04:39
Show Gist options
  • Save sajidzaman/6581648 to your computer and use it in GitHub Desktop.
Save sajidzaman/6581648 to your computer and use it in GitHub Desktop.
hiding the upload button.
<style>
.file_button_container,
.file_button_container input {
background: transparent url(http://i.stack.imgur.com/BT5AB.png) left top no-repeat;
height: 47px;
width: 263px;
}
.file_button_container {
background: transparent url(http://i.stack.imgur.com/BT5AB.png) left top no-repeat;
}
.file_button_container input {
opacity: 0;
}
</style>
<div class="file_button_container"><input type="file" /></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment