Firefox Tomorrow

css pseudo element

`::-webkit-slider-thumb` CSS pseudo-element

View on MDN ↗

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