Customizing Picker
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-picker-bg | String | $kendo-button-bg | var(--kendo-color-base, #f5f5f5) |
Description
The background color of the Picker components. | |||
$kendo-picker-text | String | $kendo-button-text | var(--kendo-color-on-base, #3d3d3d) |
Description
The text color of the Picker components. | |||
$kendo-picker-border | String | $kendo-button-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the Picker components. | |||
$kendo-picker-gradient | Null | $kendo-button-gradient | null |
Description
The gradient of the Picker components. | |||
$kendo-picker-shadow | Null | $kendo-button-shadow | null |
Description
The shadow of the Picker components. | |||
$kendo-picker-hover-bg | String | $kendo-button-hover-bg | var(--kendo-color-base-hover, #ebebeb) |
Description
The background color of the hovered Picker components. | |||
$kendo-picker-hover-text | Null | $kendo-button-hover-text | null |
Description
The text color of the hovered Picker components. | |||
$kendo-picker-hover-border | Null | $kendo-button-hover-border | null |
Description
The border color of the hovered Picker components. | |||
$kendo-picker-hover-gradient | Null | $kendo-button-hover-gradient | null |
Description
The gradient of the hovered Picker components. | |||
$kendo-picker-hover-shadow | Null | $kendo-button-hover-shadow | null |
Description
The shadow of the hovered Picker components. | |||
$kendo-picker-focus-bg | Null | $kendo-button-focus-bg | null |
Description
The background color of the focused Picker components. | |||
$kendo-picker-focus-text | Null | $kendo-button-focus-text | null |
Description
The text color of the focused Picker components. | |||
$kendo-picker-focus-border | Null | $kendo-button-focus-border | null |
Description
The border color of the focused Picker components. | |||
$kendo-picker-focus-gradient | Null | $kendo-button-focus-gradient | null |
Description
The gradient of the focused Picker components. | |||
$kendo-picker-focus-shadow | List | $kendo-button-focus-shadow | 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent) |
Description
The shadow of the focused Picker components. | |||
$kendo-picker-disabled-bg | Null | null | null |
Description
The background color of the disabled Picker components. | |||
$kendo-picker-disabled-text | Null | null | null |
Description
The text color of the disabled Picker components. | |||
$kendo-picker-disabled-border | Null | null | null |
Description
The border color of the disabled Picker components. | |||
$kendo-picker-disabled-gradient | Null | null | null |
Description
The gradient of the disabled Picker components. | |||
$kendo-picker-disabled-shadow | Null | null | null |
Description
The shadow of the disabled Picker components. | |||
$kendo-picker-outline-bg | Null | null | null |
Description
The background color of the outline Picker components. | |||
$kendo-picker-outline-text | String | $kendo-button-text | var(--kendo-color-on-base, #3d3d3d) |
Description
The text color of the outline Picker components. | |||
$kendo-picker-outline-border | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-picker-outline-text, .5)) | color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 50%, transparent) |
Description
The border color of the outline Picker components. | |||
$kendo-picker-outline-hover-bg | String | $kendo-picker-outline-text | var(--kendo-color-on-base, #3d3d3d) |
Description
The background color of the outline hovered Picker components. | |||
$kendo-picker-outline-hover-text | String | if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg )) | var(--kendo-color-base, #f5f5f5) |
Description
The text color of the outline hovered Picker components. | |||
$kendo-picker-outline-hover-border | String | $kendo-picker-outline-hover-bg | var(--kendo-color-on-base, #3d3d3d) |
Description
The border color of the outline hovered Picker components. | |||
$kendo-picker-outline-focus-bg | Null | null | null |
Description
The background color of the outline focused Picker components. | |||
$kendo-picker-outline-focus-text | Null | null | null |
Description
The text color of the outline focused Picker components. | |||
$kendo-picker-outline-focus-border | Null | null | null |
Description
The border color of the outline focused Picker components. | |||
$kendo-picker-outline-focus-shadow | List | $kendo-picker-focus-shadow | 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent) |
Description
The shadow of the outline focused Picker components. | |||
$kendo-picker-outline-hover-focus-bg | Null | null | null |
Description
The background color of the outline hovered and focused Picker components. | |||
$kendo-picker-outline-hover-focus-text | Null | null | null |
Description
The text color of the outline hovered and focused Picker components. | |||
$kendo-picker-outline-hover-focus-border | Null | null | null |
Description
The border color of the outline hovered and focused Picker components. | |||
$kendo-picker-flat-bg | Null | null | null |
Description
The background color of the flat Picker components. | |||
$kendo-picker-flat-text | String | $kendo-button-text | var(--kendo-color-on-base, #3d3d3d) |
Description
The text color of the flat Picker components. | |||
$kendo-picker-flat-border | String | $kendo-button-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the flat Picker components. | |||
$kendo-picker-flat-hover-bg | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 4%, transparent), rgba( $kendo-button-text, .04 )) | color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 4%, transparent) |
Description
The background color of the flat hovered Picker components. | |||
$kendo-picker-flat-hover-text | Null | null | null |
Description
The text color of the flat hovered Picker components. | |||
$kendo-picker-flat-hover-border | String | if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 )) | var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16)) |
Description
The border color of the flat hovered Picker components. | |||
$kendo-picker-flat-focus-bg | Null | null | null |
Description
The background color of the flat focused Picker components. | |||
$kendo-picker-flat-focus-text | Null | null | null |
Description
The text color of the flat focused Picker components. | |||
$kendo-picker-flat-focus-border | Null | null | null |
Description
The border color of the flat focused Picker components. | |||
$kendo-picker-flat-focus-shadow | List | $kendo-picker-focus-shadow | 0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent) |
Description
The shadow of the flat focused Picker components. | |||
$kendo-picker-flat-hover-focus-bg | Null | null | null |
Description
The background color of the flat hovered and focused Picker components. | |||
$kendo-picker-flat-hover-focus-text | Null | null | null |
Description
The text color of the flat hovered and focused Picker components. | |||
$kendo-picker-flat-hover-focus-border | Null | null | null |
Description
The border color of the flat hovered and focused Picker components. |