New to Kendo UI for Vue? Start a free 30-day trial
Customizing Listbox
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-listbox-spacing | Number | k-map-get( $kendo-spacing, 2 ) | 0.5rem |
Description
Margin between the listbox elements. | |||
$kendo-listbox-button-spacing | Number | k-map-get( $kendo-spacing, 4 ) | 1rem |
Description
Margin between the listbox buttons. | |||
$kendo-listbox-width | Number | 10em | 10em |
Description
Width of the listbox. | |||
$kendo-listbox-default-height | Number | 200px | 200px |
Description
Height of the listbox. | |||
$kendo-listbox-border-width | Number | 1px | 1px |
Description
Width of the border around the listbox. | |||
$kendo-listbox-font-family | List | $kendo-font-family | system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" |
Description
Font family of the listbox. | |||
$kendo-listbox-font-size | Number | $kendo-font-size-md | 1rem |
Description
Font size of the listbox. | |||
$kendo-listbox-line-height | Number | $kendo-line-height-md | 1.5 |
Description
Line height of the listbox. | |||
$kendo-listbox-bg | Color | $kendo-component-bg | #ffffff |
Description
Background color of the listbox. | |||
$kendo-listbox-text | Color | $kendo-component-text | #212529 |
Description
Text color of the listbox. | |||
$kendo-listbox-border | Color | $kendo-component-border | #dee2e6 |
Description
Border color of the listbox. | |||
$kendo-listbox-item-padding-x | Null | null | null |
Description
Inline item padding of the listbox. | |||
$kendo-listbox-item-padding-y | Null | null | null |
Description
Block item padding of the listbox. | |||
$kendo-listbox-drop-hint-border-width | Null | null | null |
Description
Width of the border around the drop hint. | |||
$kendo-listbox-drop-hint-width | Number | 1px | 1px |
Description
Width of the drop hint. |