Skip to content

Instantly share code, notes, and snippets.

@igorcosta
Created June 26, 2014 19:12
Show Gist options
  • Select an option

  • Save igorcosta/1572d5f5fb7cf8773291 to your computer and use it in GitHub Desktop.

Select an option

Save igorcosta/1572d5f5fb7cf8773291 to your computer and use it in GitHub Desktop.
Eliminate spinner arrows in input type Number
input[type='number'] {
-moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment