Customizing Picker

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-picker-bgString$kendo-input-bgvar(--kendo-color-surface, #f5f5f5)
Description
The background color of the Picker components.
$kendo-picker-textString$kendo-input-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the Picker components.
$kendo-picker-borderString$kendo-input-bordercolor-mix(in srgb, var(--kendo-color-on-app-surface, #212121) 44%, transparent)
Description
The border color of the Picker components.
$kendo-picker-gradientNullnullnull
Description
The gradient of the Picker components.
$kendo-picker-shadowNull$kendo-input-shadownull
Description
The shadow of the Picker components.
$kendo-picker-hover-bgNull$kendo-input-hover-bgnull
Description
The background color of the hovered Picker components.
$kendo-picker-hover-textNull$kendo-input-hover-textnull
Description
The text color of the hovered Picker components.
$kendo-picker-hover-borderString$kendo-input-hover-bordervar(--kendo-color-on-app-surface, #212121)
Description
The border color of the hovered Picker components.
$kendo-picker-hover-gradientNullnullnull
Description
The gradient of the hovered Picker components.
$kendo-picker-hover-shadowNull$kendo-input-hover-shadownull
Description
The shadow of the hovered Picker components.
$kendo-picker-focus-bgNull$kendo-input-focus-bgnull
Description
The background color of the focused Picker components.
$kendo-picker-focus-textNull$kendo-input-focus-textnull
Description
The text color of the focused Picker components.
$kendo-picker-focus-borderString$kendo-input-focus-bordervar(--kendo-color-primary, #3f51b5)
Description
The border color of the focused Picker components.
$kendo-picker-focus-gradientNullnullnull
Description
The gradient of the focused Picker components.
$kendo-picker-focus-shadowNull$kendo-input-focus-shadownull
Description
The shadow of the focused Picker components.
$kendo-picker-disabled-bgString$kendo-input-disabled-bgcolor-mix(in srgb, var(--kendo-color-on-app-surface, #212121) 3%, transparent)
Description
The background color of the disabled Picker components.
$kendo-picker-disabled-textString$kendo-input-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #212121) 27%, transparent)
Description
The text color of the disabled Picker components.
$kendo-picker-disabled-borderString$kendo-input-disabled-bordercolor-mix(in srgb, var(--kendo-color-on-app-surface, #212121) 3%, transparent)
Description
The border color of the disabled Picker components.
$kendo-picker-disabled-gradientNullnullnull
Description
The gradient of the disabled Picker components.
$kendo-picker-disabled-shadowNullnullnull
Description
The shadow of the disabled Picker components.
$kendo-picker-outline-bgNullnullnull
Description
The background color of the outline Picker components.
$kendo-picker-outline-textString$kendo-picker-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the outline Picker components.
$kendo-picker-outline-borderString$kendo-picker-bordercolor-mix(in srgb, var(--kendo-color-on-app-surface, #212121) 44%, transparent)
Description
The border color of the outline Picker components.
$kendo-picker-outline-hover-bgNullnullnull
Description
The background color of the outline hovered Picker components.
$kendo-picker-outline-hover-textNullnullnull
Description
The text color of the outline hovered Picker components.
$kendo-picker-outline-hover-borderString$kendo-picker-hover-bordervar(--kendo-color-on-app-surface, #212121)
Description
The border color of the outline hovered Picker components.
$kendo-picker-outline-focus-bgStringnulnul
Description
The background color of the outline focused Picker components.
$kendo-picker-outline-focus-textNullnullnull
Description
The text color of the outline focused Picker components.
$kendo-picker-outline-focus-borderString$kendo-picker-focus-bordervar(--kendo-color-primary, #3f51b5)
Description
The border color of the outline focused Picker components.
$kendo-picker-outline-focus-shadowNullnullnull
Description
The shadow of the outline focused Picker components.
$kendo-picker-outline-hover-focus-bgNullnullnull
Description
The background color of the outline hovered and focused Picker components.
$kendo-picker-outline-hover-focus-textNullnullnull
Description
The text color of the outline hovered and focused Picker components.
$kendo-picker-outline-hover-focus-borderNullnullnull
Description
The border color of the outline hovered and focused Picker components.
$kendo-picker-flat-bgNullnullnull
Description
The background color of the flat Picker components.
$kendo-picker-flat-textString$kendo-picker-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the flat Picker components.
$kendo-picker-flat-borderString$kendo-picker-bordercolor-mix(in srgb, var(--kendo-color-on-app-surface, #212121) 44%, transparent)
Description
The border color of the flat Picker components.
$kendo-picker-flat-hover-bgNullnullnull
Description
The background color of the flat hovered Picker components.
$kendo-picker-flat-hover-textNullnullnull
Description
The text color of the flat hovered Picker components.
$kendo-picker-flat-focus-bgNullnullnull
Description
The background color of the flat focused Picker components.
$kendo-picker-flat-focus-textNullnullnull
Description
The text color of the flat focused Picker components.
$kendo-picker-flat-focus-borderString$kendo-picker-focus-bordervar(--kendo-color-primary, #3f51b5)
Description
The border color of the flat focused Picker components.
$kendo-picker-flat-focus-shadowNullnullnull
Description
The shadow of the flat focused Picker components.
$kendo-picker-flat-hover-focus-bgNullnullnull
Description
The background color of the flat hovered and focused Picker components.
$kendo-picker-flat-hover-focus-textNullnullnull
Description
The text color of the flat hovered and focused Picker components.
$kendo-picker-flat-hover-focus-borderNullnullnull
Description
The border color of the flat hovered and focused Picker components.

In this article

Not finding the help you need?