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

Customizing Textbox

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-textbox-bgColor

$kendo-input-bg

#ffffff

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

$kendo-input-text

#656565

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

$kendo-input-border

rgba(0, 0, 0, 0.08)

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

$kendo-input-hover-bg

#ffffff

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

$kendo-input-hover-text

#656565

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

$kendo-input-hover-border

rgba(0, 0, 0, 0.1536)

Description
The border color of hovered textbox.
$kendo-textbox-focus-textColor

$kendo-input-focus-text

#656565

Description
The text color of focus textbox.
$kendo-textbox-focus-bgColor

$kendo-input-focus-bg

#ffffff

Description
The background color of focus textbox.
$kendo-textbox-focus-borderColor

$kendo-input-focus-border

rgba(0, 0, 0, 0.1536)

Description
The border color of focus textbox.

In this article

Not finding the help you need?