Skip to content

Instantly share code, notes, and snippets.

@jfunez
Created May 1, 2016 04:25
Show Gist options
  • Save jfunez/a2aa17c28011280cb1b67f2346d61cc3 to your computer and use it in GitHub Desktop.
Save jfunez/a2aa17c28011280cb1b67f2346d61cc3 to your computer and use it in GitHub Desktop.
input type number spinner icons - display always (firefox & chrome)
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
opacity: 1;
}
input[type="number"] {
-moz-appearance: textfield-multiline;
-webkit-appearance: textfield;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment