Skip to content

Instantly share code, notes, and snippets.

@skeep
Created April 20, 2015 17:37
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 skeep/f2ebb76154c887c4ee95 to your computer and use it in GitHub Desktop.
Save skeep/f2ebb76154c887c4ee95 to your computer and use it in GitHub Desktop.
input[type=number]{
-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment