CSS - ::-webkit-slider-thumb
The ::-webkit-slider-thumb
CSS pseudo-element represents the "thumb" that the user can move within the "groove" of an <input>
of type="range"
to alter its numerical value.
Description
The ::-webkit-slider-thumb
CSS pseudo-element represents the "thumb" that the user can move within the "groove" of an <input>
of type="range"
to alter its numerical value.
See Also
::-webkit-slider-runnable-track
- Similar pseudo-elements used by other browsers:
- CSS-Tricks: Styling Cross-Browser Compatible Range Inputs with CSS
- QuirksMode: Styling and scripting sliders
Not part of any specification. This is a proprietary pseudo-element specific to WebKit/Blink.
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/css/::-webkit-slider-thumb