::-webkit-inner-spin-button

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Summary

The ::-webkit-inner-spin-button CSS pseudo-element is used to style the inner part of the spinner button of number picker input elements.

Example

CSS content

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

HTML content

<input type="number">

Specifications

Not part of any specification. This is a proprietary pseudo-element specific to WebKit/Blink.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) ? ? (Yes) (Yes)
Feature Android Chrome Firefox Mobile (Gecko) Firefox OS IE Phone Opera Mobile Safari Mobile
Basic support ? ? ? ? ? ? ?

See also

Document Tags and Contributors

 Contributors to this page: Sebastianz, SphinxKnight, cvrebert, vidhi1902
 Last updated by: Sebastianz,