Firefox Tomorrow

css pseudo element

`::-webkit-slider-runnable-track` CSS pseudo-element

View on MDN ↗

The ::-webkit-slider-runnable-track CSS pseudo-element represents the “track” (the groove in which the indicator slides) of an <&lt;input type="range"&gt;>.

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