css pseudo element
`::-webkit-slider-runnable-track` CSS pseudo-element
The ::-webkit-slider-runnable-track CSS pseudo-element represents the “track” (the groove in which the indicator slides) of an <<input type="range">>.
Syntax
::-webkit-slider-runnable-track {
/* ... */
}
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