::-webkit-slider-thumb
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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.
Syntax
css
::-webkit-slider-thumb {
/* ... */
}
Specifications
Not part of any standard.
Browser compatibility
BCD tables only load in the browser
See also
::-webkit-slider-runnable-track
-
Similar pseudo-elements used by other browsers:
-
CSS-Tricks: Styling Cross-Browser Compatible Range Inputs with CSS