New to Kendo UI for Angular? Start a free 30-day trial

Customizing Slider

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-slider-size200px
Description
The default slider size.
$kendo-slider-alt-size26px
Description
The default slider track wrap size.
$kendo-slider-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing of the slider.
$kendo-slider-font-familyvar( --kendo-font-family, inherit )
Description
Font family of the slider.
$kendo-slider-font-sizevar( --kendo-font-size-sm, inherit )
Description
Font size of the slider.
$kendo-slider-line-heightvar( --kendo-line-height, normal )
Description
Line height of the slider.
$kendo-slider-textinherit
Description
The text color of the slider.
$kendo-slider-track-sizemap.get( $kendo-spacing, 1 )
Description
The size of the slider track.
$kendo-slider-track-border-radiusmap.get( $kendo-spacing, 0.5 )
Description
The border radius of the slider track.
$kendo-slider-track-bgk-get-theme-color-var( neutral-60 )
Description
The background color of the slider track.
$kendo-slider-track-borderinherit
Description
The border color of the slider track.
$kendo-slider-track-hover-bgk-get-theme-color-var( neutral-60 )
Description
The hover background color of the slider track.
$kendo-slider-track-hover-borderinherit
Description
The hover border color of the slider track.
$kendo-slider-track-focus-bgk-get-theme-color-var( neutral-60 )
Description
The focus background color of the slider track.
$kendo-slider-track-focus-borderinherit
Description
The focus border color of the slider track.
$kendo-slider-selection-bgk-get-theme-color-var( primary-100 )
Description
The selection background color of the slider track.
$kendo-slider-thumb-size16px
Description
The default size of the slider thumb.
$kendo-slider-thumb-border-widthmap.get( $kendo-spacing, 0.5 )
Description
The default border width of the slider thumb.
$kendo-slider-thumb-border-radius999em
Description
The border radius of the slider thumb.
$kendo-slider-thumb-active-scalenull
Description
The active transition scale of the slider thumb.
$kendo-slider-thumb-active-sizenull
Description
The active size of the slider thumb.
$kendo-slider-thumb-bgvar( --kendo-component-bg, transparent )
Description
The background color of the slider thumb.
$kendo-slider-thumb-textinherit
Description
The text color of the slider thumb.
$kendo-slider-thumb-borderk-get-theme-color-var( primary-100 )
Description
The border color of the slider thumb.
$kendo-slider-thumb-gradienttransparent
Description
The gradient of the slider thumb.
$kendo-slider-thumb-hover-bg$kendo-slider-thumb-bg
Description
The hover background color of the slider thumb.
$kendo-slider-thumb-hover-textinherit
Description
The hover text color of the slider thumb.
$kendo-slider-thumb-hover-borderk-get-theme-color-var( primary-120 )
Description
The hover border color of the slider thumb.
$kendo-slider-thumb-hover-gradienttransparent
Description
The hover gradient of the slider thumb.
$kendo-slider-thumb-active-bg$kendo-slider-thumb-hover-bg
Description
The active background color of the slider thumb.
$kendo-slider-thumb-active-textinherit
Description
The active text color of the slider thumb.
$kendo-slider-thumb-active-borderk-get-theme-color-var( primary-130 )
Description
The active border color of the slider thumb.
$kendo-slider-thumb-active-gradienttransparent
Description
The active gradient of the slider thumb.
$kendo-slider-thumb-focus-bg$kendo-slider-thumb-hover-bg
Description
The focus background color of the slider thumb.
$kendo-slider-thumb-focus-textinherit
Description
The focus text color of the slider thumb.
$kendo-slider-thumb-focus-border$kendo-slider-thumb-active-border
Description
The focus border color of the slider thumb.
$kendo-slider-thumb-focus-gradienttransparent
Description
The focus gradient of the slider thumb.
$kendo-slider-disabled-textk-get-theme-color-var( neutral-130 )
Description
The text color of the disabled slider.
$kendo-slider-track-disabled-bgk-get-theme-color-var( neutral-20 )
Description
The background color of the disabled slider track.
$kendo-slider-selection-disabled-bgk-get-theme-color-var( neutral-90 )
Description
The selection background color of the disabled slider track.
$kendo-slider-thumb-disabled-borderk-get-theme-color-var( neutral-60 )
Description
The background color of the disabled slider thumb.
$kendo-slider-transition-speed.3s
Description
The transition speed of the slider.
$kendo-slider-transition-functionease-out
Description
The transition function function.
$kendo-slider-thumb-transition-speed.4s
Description
The transition speed of the slider thumb.
$kendo-slider-thumb-transition-functioncubic-bezier(.25, .8, .25, 1)
Description
The transition function of the slider thumb.

In this article

Not finding the help you need?