Skip to content

Instantly share code, notes, and snippets.

@rsinger
Created November 4, 2013 16:59
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 rsinger/7305712 to your computer and use it in GitHub Desktop.
Save rsinger/7305712 to your computer and use it in GitHub Desktop.
Webkit file inputs style to look more or less like other form buttons
input[type="file"]::-webkit-file-upload-button {
-webkit-appearance: button;
padding:7px;
font-size: smaller;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment