css pseudo element
`::-webkit-slider-thumb` CSS pseudo-element
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
::-webkit-slider-thumb {
/* ... */
}
Specifications
Not part of any standard.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
-
Similar pseudo-elements used by other browsers:
-
CSS-Tricks: Styling Cross-Browser Compatible Range Inputs with CSS