LoginSignup
27
25

More than 5 years have passed since last update.

form type="number"のスピンボタンを非表示にする

Last updated at Posted at 2015-09-05

cssに以下のコードを書くだけ

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
27
25
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
27
25