Skip to content

Instantly share code, notes, and snippets.

@InternetLogic
Created October 6, 2014 10:42
Show Gist options
  • Save InternetLogic/58a1217b7ba5192d7ae9 to your computer and use it in GitHub Desktop.
Save InternetLogic/58a1217b7ba5192d7ae9 to your computer and use it in GitHub Desktop.
input[type=number] {
-moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-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