Skip to content

Instantly share code, notes, and snippets.

@gseguin
Created October 21, 2013 15:05
Show Gist options
  • Save gseguin/7085409 to your computer and use it in GitHub Desktop.
Save gseguin/7085409 to your computer and use it in GitHub Desktop.
Hide spinners on input type="numbers"
input[type=number]::-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