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

Customizing Dropdownlist

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$dropdownlist-bgColor

$kendo-button-bg

#f6f6f6

Description
The background of the dropdownlist.
$dropdownlist-textColor

$kendo-button-text

#656565

Description
The text color of the dropdownlist.
$dropdownlist-borderColor

$kendo-button-border

rgba(0, 0, 0, 0.08)

Description
The border color of the dropdownlist.
$dropdownlist-hover-bgColor

$kendo-button-hover-bg

#ececec

Description
The background of hovered dropdownlist.
$dropdownlist-hover-textColor

$kendo-button-hover-text

#656565

Description
The text color of hovered dropdownlist.
$dropdownlist-hover-borderColor

$kendo-button-hover-border

rgba(0, 0, 0, 0.08)

Description
The border color of hovered dropdownlist.
$dropdownlist-focus-textColor

$kendo-button-active-text

#656565

Description
The text color of focus dropdownlist.
$dropdownlist-focus-bgColor

$kendo-button-active-bg

#e2e2e2

Description
The background color of focus dropdownlist.
$dropdownlist-focus-borderColor

$kendo-button-active-border

rgba(0, 0, 0, 0.08)

Description
The border color of focus dropdownlist.

In this article

Not finding the help you need?