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

Customizing Button

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-button-bgColor

$kendo-interactive-bg

#f6f6f6

Description
The background of the button.
$kendo-button-textColor

$kendo-interactive-text

#656565

Description
The text color of the button.
$kendo-button-borderColor

$kendo-interactive-border

rgba(0, 0, 0, 0.08)

Description
The border color of the button.
$kendo-button-gradientList

$kendo-interactive-gradient

rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)

Description
The background gradient of the button.
$kendo-button-hover-bgColor

k-try-shade( $kendo-button-bg, .5 )

#ececec

Description
The background of hovered buttons.
$kendo-button-hover-textColor

$kendo-button-text

#656565

Description
The text color of hovered buttons.
$kendo-button-hover-borderColor

$kendo-button-border

rgba(0, 0, 0, 0.08)

Description
The border color of hovered buttons.
$kendo-button-hover-gradientList

$kendo-button-gradient

rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)

Description
The background gradient of hovered buttons.
$kendo-button-focus-bgColor

$kendo-button-hover-bg

#ececec

Description
The background color of focus buttons.
$kendo-button-focus-textColor

$kendo-button-hover-text

#656565

Description
The text color of focus buttons.
$kendo-button-focus-borderColor

$kendo-button-hover-border

rgba(0, 0, 0, 0.08)

Description
The border color of focus buttons.
$kendo-button-focus-gradientList

$kendo-button-hover-gradient

rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)

Description
The background gradient of focus buttons.
$kendo-button-active-bgColor

k-try-shade( $kendo-button-bg, 1 )

#e2e2e2

Description
The background color of pressed buttons.
$kendo-button-active-textColor

$kendo-button-text

#656565

Description
The text color of pressed buttons.
$kendo-button-active-borderColor

$kendo-button-border

rgba(0, 0, 0, 0.08)

Description
The border color of pressed buttons.
$kendo-button-active-gradientList

$kendo-button-gradient

rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)

Description
The background gradient of pressed buttons.

In this article

Not finding the help you need?