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

Customizing Input

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-input-bgColor

$component-bg

#ffffff

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

$component-text

#656565

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

$component-border

rgba(0, 0, 0, 0.08)

Description
The border color of the input.
$kendo-input-hover-bgColor

$kendo-input-bg

#ffffff

Description
The background of hovered input.
$kendo-input-hover-textColor

$kendo-input-text

#656565

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

k-try-shade( $kendo-input-border, 1 )

rgba(0, 0, 0, 0.1536)

Description
The border color of hovered input.
$kendo-input-focus-bgColor

$kendo-input-hover-bg

#ffffff

Description
The background color of focus input.
$kendo-input-focus-textColor

$kendo-input-hover-text

#656565

Description
The text color of focus input.
$kendo-input-focus-borderColor

$kendo-input-hover-border

rgba(0, 0, 0, 0.1536)

Description
The border color of focus input.

In this article

Not finding the help you need?