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

Customizing Common

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-interactive-bgColor#f6f6f6#f6f6f6
Description
The background of the components' chrome area.
$kendo-interactive-textColor#656565#656565
Description
The text color of the components' chrome area.
$kendo-interactive-borderColorrgba( black, .08 )rgba(0, 0, 0, 0.08)
Description
The border color of the components' chrome area.
$kendo-interactive-gradientListrgba( black, 0 ), rgba( black, .02 )rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The gradient background of the components' chrome area.
$kendo-hover-bgColork-color-shade( $kendo-component-bg, .5 )whitesmoke
Description
The background of hovered items.
$kendo-hover-textColor$kendo-component-text#494949
Description
The text color of hover items.
$kendo-hover-borderColorrgba( black, .15 )rgba(0, 0, 0, 0.15)
Description
The border color of hover items.
$kendo-hover-gradientListrgba( black, 0 ), rgba( black, .02 )rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The gradient background of hover items.
$kendo-selected-bgColor$kendo-color-primary#622331
Description
The background of selected items.
$kendo-selected-textColork-contrast-color( $kendo-selected-bg )white
Description
The text color of selected items.
$kendo-selected-borderColorrgba( black, .1 )rgba(0, 0, 0, 0.1)
Description
The border color of selected items.
$kendo-selected-gradientStringnonenone
Description
The gradient background of selected items.

In this article

Not finding the help you need?