::-webkit-slider-thumb
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
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
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
::-webkit-slider-thumb |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.
- Non-standard. Check cross-browser support before using.
See also
::-webkit-slider-runnable-track
-
Similar pseudo-elements used by other browsers:
-
CSS-Tricks: Styling Cross-Browser Compatible Range Inputs with CSS