Skip to content

Instantly share code, notes, and snippets.

@delphinpro
Last active August 21, 2019 16:33
Show Gist options
  • Select an option

  • Save delphinpro/44daa165bb88634bd939 to your computer and use it in GitHub Desktop.

Select an option

Save delphinpro/44daa165bb88634bd939 to your computer and use it in GitHub Desktop.
Remove buttons from input[type=number]
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"] {
-moz-appearance: textfield;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment