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

Customizing Picker

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-picker-bgColor$kendo-input-bgwhitesmoke
Description
The background color of the Picker components.
$kendo-picker-textColor$kendo-input-textrgba(0, 0, 0, 0.87)
Description
The text color of the Picker components.
$kendo-picker-borderColor$kendo-input-borderrgba(0, 0, 0, 0.38)
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-borderColor$kendo-input-hover-borderrgba(0, 0, 0, 0.87)
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-borderColor$kendo-input-focus-border#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-bgColor$kendo-input-disabled-bg#fafafa
Description
The background color of the disabled Picker components.
$kendo-picker-disabled-textColor$kendo-input-disabled-textrgba(0, 0, 0, 0.38)
Description
The text color of the disabled Picker components.
$kendo-picker-disabled-borderColor$kendo-input-disabled-borderrgba(0, 0, 0, 0.06)
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-textColor$kendo-picker-textrgba(0, 0, 0, 0.87)
Description
The text color of the outline Picker components.
$kendo-picker-outline-borderColor$kendo-picker-borderrgba(0, 0, 0, 0.38)
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-borderColor$kendo-picker-hover-borderrgba(0, 0, 0, 0.87)
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-borderColor$kendo-picker-focus-border#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-textColor$kendo-picker-textrgba(0, 0, 0, 0.87)
Description
The text color of the flat Picker components.
$kendo-picker-flat-borderColor$kendo-picker-borderrgba(0, 0, 0, 0.38)
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-borderColor$kendo-picker-focus-border#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?