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

Customizing Input

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-input-widthNumber100%100%
Description
The width of the Input components.
$kendo-input-border-widthNumber1px1px
Description
The width of the border around the Input components.
$kendo-input-border-heightNumber( $kendo-input-border-width * 2 )2px
Description
The height of the border around the Input components.
$kendo-input-sm-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the small Input components.
$kendo-input-md-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Input components.
$kendo-input-lg-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large Input components.
$kendo-input-sm-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the small Input components.
$kendo-input-md-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the medium Input components.
$kendo-input-lg-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the large Input components.
$kendo-input-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small Input components.
$kendo-input-md-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the medium Input components.
$kendo-input-lg-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the large Input components.
$kendo-input-sm-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the small Input components.
$kendo-input-md-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the medium Input components.
$kendo-input-lg-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the large Input components.
$kendo-input-sm-button-widthCalculationcalc( #{$kendo-button-sm-line-height} * 1em + #{$kendo-button-sm-padding-y} * 2 )calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2)
Description
The width of the small Input button.
$kendo-input-md-button-widthCalculationcalc( #{$kendo-button-md-line-height} * 1em + #{$kendo-button-md-padding-y} * 2 )calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2)
Description
The width of the medium Input button.
$kendo-input-lg-button-widthCalculationcalc( #{$kendo-button-lg-line-height} * 1em + #{$kendo-button-lg-padding-y} * 2 )calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2)
Description
The width of the large Input button.
$kendo-input-button-border-widthNumber1px1px
Description
The border width of the Input button.
$kendo-input-sm-spinner-widthCalculation$kendo-input-sm-button-widthcalc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2)
Description
The width of the small Input spinner button.
$kendo-input-md-spinner-widthCalculation$kendo-input-md-button-widthcalc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2)
Description
The width of the medium Input spinner button.
$kendo-input-lg-spinner-widthCalculation$kendo-input-lg-button-widthcalc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2)
Description
The width of the large Input spinner button.
$kendo-input-spinner-icon-offsetNullnullnull
Description
The icon offset of the Input spinner button.
$kendo-input-solid-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the solid Input components.
$kendo-input-solid-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the solid Input components.
$kendo-input-solid-borderStringif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-border, #8a8886)
Description
The border color of the solid Input components.
$kendo-input-solid-hover-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered solid Input components.
$kendo-input-solid-hover-bgString$kendo-input-solid-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the hovered solid Input components.
$kendo-input-solid-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-border-alt, #323130)
Description
The border color of the hovered solid Input components.
$kendo-input-solid-focus-textString$kendo-input-solid-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused solid Input components.
$kendo-input-solid-focus-bgString$kendo-input-solid-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the focused solid Input components.
$kendo-input-solid-focus-borderStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The border color of the focused solid Input components.
$kendo-input-solid-hover-focus-textString$kendo-input-solid-focus-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered and focused solid Input components.
$kendo-input-solid-hover-focus-bgString$kendo-input-solid-focus-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the hovered and focused solid Input components.
$kendo-input-solid-hover-focus-borderString$kendo-input-solid-focus-bordervar(--kendo-color-primary, #0078d4)
Description
The border color of the hovered and focused solid Input components.
$kendo-input-solid-disabled-textString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The text color of the disabled solid Input components.
$kendo-input-solid-disabled-bgString$kendo-disabled-bgvar(--kendo-color-base-subtle, #edebe9)
Description
The background color of the disabled solid Input components.
$kendo-input-solid-disabled-borderColor$kendo-disabled-bordertransparent
Description
The border color of the disabled solid Input components.
$kendo-input-outline-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the outline Input components.
$kendo-input-outline-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the outline Input components.
$kendo-input-outline-borderStringif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-border, #8a8886)
Description
The border color of the outline Input components.
$kendo-input-outline-hover-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered outline Input components.
$kendo-input-outline-hover-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the hovered outline Input components.
$kendo-input-outline-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-border-alt, #323130)
Description
The border color of the hovered outline Input components.
$kendo-input-outline-focus-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused outline Input components.
$kendo-input-outline-focus-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the focused outline Input components.
$kendo-input-outline-focus-borderStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The border color of the focused outline Input components.
$kendo-input-outline-hover-focus-textString$kendo-input-outline-focus-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered and focused outline Input components.
$kendo-input-outline-hover-focus-bgString$kendo-input-outline-focus-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the hovered and focused outline Input components.
$kendo-input-outline-hover-focus-borderString$kendo-input-outline-focus-bordervar(--kendo-color-primary, #0078d4)
Description
The border color of the hovered and focused outline Input components.
$kendo-input-outline-disabled-textString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The text color of the disabled outline Input components.
$kendo-input-outline-disabled-bgStringnonenone
Description
The background color of the disabled outline Input components.
$kendo-input-outline-disabled-borderString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The border color of the disabled outline Input components.
$kendo-input-flat-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the flat Input components.
$kendo-input-flat-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the flat Input components.
$kendo-input-flat-borderStringif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-border, #8a8886)
Description
The border color of the flat Input components.
$kendo-input-flat-hover-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered flat Input components.
$kendo-input-flat-hover-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the hovered flat Input components.
$kendo-input-flat-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-border-alt, #323130)
Description
The border color of the hovered flat Input components.
$kendo-input-flat-focus-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused flat Input components.
$kendo-input-flat-focus-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the focused flat Input components.
$kendo-input-flat-focus-borderStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The border color of the focused flat Input components.
$kendo-input-flat-hover-focus-textString$kendo-input-flat-focus-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered and focused flat Input components.
$kendo-input-flat-hover-focus-bgString$kendo-input-flat-focus-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the hovered and focused flat Input components.
$kendo-input-flat-hover-focus-borderString$kendo-input-flat-focus-bordervar(--kendo-color-primary, #0078d4)
Description
The border color of the hovered and focused flat Input components.
$kendo-input-flat-disabled-textString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The text color of the disabled flat Input components.
$kendo-input-flat-disabled-bgStringnonenone
Description
The background color of the disabled flat Input components.
$kendo-input-flat-disabled-borderString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The border color of the disabled flat Input components.
$kendo-picker-solid-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the solid Picker components.
$kendo-picker-solid-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the solid Picker components.
$kendo-picker-solid-borderStringif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))!defaultvar(--kendo-color-border, #8a8886)
Description
The border color of the solid Picker components.
$kendo-picker-solid-hover-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered solid Picker components.
$kendo-picker-solid-hover-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of hovered the solid Picker components.
$kendo-picker-solid-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-border-alt, #323130)
Description
The border color of the hovered solid Picker components.
$kendo-picker-solid-focus-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused solid Picker components.
$kendo-picker-solid-focus-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the focused solid Picker components.
$kendo-picker-solid-focus-borderStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The border color of the focused solid Picker components.
$kendo-picker-solid-hover-focus-textString$kendo-picker-solid-focus-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered and focused solid Picker components.
$kendo-picker-solid-hover-focus-bgString$kendo-picker-solid-focus-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the hovered and focused solid Picker components.
$kendo-picker-solid-hover-focus-borderString$kendo-picker-solid-focus-bordervar(--kendo-color-primary, #0078d4)
Description
The border color of the hovered and focused solid Picker components.
$kendo-picker-solid-disabled-textString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The text color of the disabled solid Picker components.
$kendo-picker-solid-disabled-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), k-get-theme-color-var( neutral-30 ))color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 9%, transparent)
Description
The background color of the disabled solid Picker components.
$kendo-picker-solid-disabled-borderColor$kendo-disabled-bordertransparent
Description
The border color of the disabled solid Picker components.
$kendo-picker-outline-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the outline Picker components.
$kendo-picker-outline-bgStringnonenone
Description
The background color of the outline Picker components.
$kendo-picker-outline-borderStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The border color of the outline Picker components.
$kendo-picker-outline-hover-textStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The text color of the hovered outline Picker components.
$kendo-picker-outline-hover-bgStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The background color of the hovered outline Picker components.
$kendo-picker-outline-hover-borderString$kendo-picker-outline-hover-bg!defaultvar(--kendo-color-on-app-surface, #323130)
Description
The border color of the hovered outline Picker components.
$kendo-picker-outline-focus-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused outline Picker components.
$kendo-picker-outline-focus-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the focused outline Picker components.
$kendo-picker-outline-focus-borderStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The border color of the focused outline Picker components.
$kendo-picker-outline-hover-focus-textStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The text color of the hovered and focused outline Picker components.
$kendo-picker-outline-hover-focus-bgStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The background color of the hovered and focused outline Picker components.
$kendo-picker-outline-hover-focus-borderStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The border color of the hovered and focused outline Picker components.
$kendo-picker-outline-disabled-textString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The text color of the disabled outline Picker components.
$kendo-picker-outline-disabled-bgStringnonenone
Description
The background color of the disabled outline Picker components.
$kendo-picker-outline-disabled-borderString$kendo-picker-outline-disabled-text!defaultcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The border color of the disabled outline Picker components.
$kendo-picker-flat-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the flat Picker components.
$kendo-picker-flat-bgStringnonenone
Description
The background color of the flat Picker components.
$kendo-picker-flat-borderStringif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-border, #8a8886)
Description
The border color of the flat Picker components.
$kendo-picker-flat-hover-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered flat Picker components.
$kendo-picker-flat-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))var(--kendo-color-base-hover, #f3f2f1)
Description
The background color of the hovered flat Picker components.
$kendo-picker-flat-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-border-alt, #323130)
Description
The border color of the hovered flat Picker components.
$kendo-picker-flat-focus-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the focused flat Picker components.
$kendo-picker-flat-focus-bgStringif($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)var(--kendo-color-app-surface, #ffffff)
Description
The background color of the focused flat Picker components.
$kendo-picker-flat-focus-borderStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The border color of the focused flat Picker components.
$kendo-picker-flat-hover-focus-textString$kendo-picker-flat-hover-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered and focused flat Picker components.
$kendo-picker-flat-hover-focus-bgString$kendo-picker-flat-hover-bgvar(--kendo-color-base-hover, #f3f2f1)
Description
The background color of the hovered and focused flat Picker components.
$kendo-picker-flat-hover-focus-borderString$kendo-picker-flat-bordervar(--kendo-color-border, #8a8886)
Description
The border color of the hovered and focused flat Picker components.
$kendo-picker-flat-disabled-textString$kendo-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The text color of the disabled flat Picker components.
$kendo-picker-flat-disabled-bgStringnonenone
Description
The background color of the disabled flat Picker components.
$kendo-picker-flat-disabled-borderString$kendo-picker-flat-disabled-textcolor-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The border color of the disabled flat Picker components.
$kendo-input-sizesMap( sm: ( padding-x: $kendo-input-sm-padding-x, padding-y: $kendo-input-sm-padding-y, font-size: $kendo-input-sm-font-size, line-height: $kendo-input-sm-line-height, icon-size: calc( var( --kendo-icon-size, 1rem ) + calc( #{$kendo-input-md-padding-y} * 2 ) ), button-padding-x: $kendo-input-sm-padding-y, button-padding-y: $kendo-input-sm-padding-y, button-width: $kendo-input-sm-button-width ), md: ( padding-x: $kendo-input-md-padding-x, padding-y: $kendo-input-md-padding-y, font-size: $kendo-input-md-font-size, line-height: $kendo-input-md-line-height, icon-size: calc( var( --kendo-icon-size, 1rem ) + calc( #{$kendo-input-sm-padding-y} * 2 ) ), button-padding-x: $kendo-input-md-padding-y, button-padding-y: $kendo-input-md-padding-y, button-width: $kendo-input-md-button-width ), lg: ( padding-x: $kendo-input-lg-padding-x, padding-y: $kendo-input-lg-padding-y, font-size: $kendo-input-lg-font-size, line-height: $kendo-input-lg-line-height, icon-size: calc( var( --kendo-icon-size, 1rem ) + calc( #{$kendo-input-lg-padding-y} * 2 ) ), button-padding-x: $kendo-input-lg-padding-y, button-padding-y: $kendo-input-lg-padding-y, button-width: $kendo-input-lg-button-width ) )(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), icon-size: calc(var(--kendo-icon-size, 1rem) + var(--kendo-spacing-1\.5, 0.375rem) * 2), button-padding-x: var(--kendo-spacing-1, 0.25rem), button-padding-y: var(--kendo-spacing-1, 0.25rem), button-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1\.5, 0.375rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), icon-size: calc(var(--kendo-icon-size, 1rem) + var(--kendo-spacing-1, 0.25rem) * 2), button-padding-x: var(--kendo-spacing-1\.5, 0.375rem), button-padding-y: var(--kendo-spacing-1\.5, 0.375rem), button-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), icon-size: calc(var(--kendo-icon-size, 1rem) + var(--kendo-spacing-2, 0.5rem) * 2), button-padding-x: var(--kendo-spacing-2, 0.5rem), button-padding-y: var(--kendo-spacing-2, 0.5rem), button-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2)))
Description
The sizes map for the Input components.
$kendo-input-theme-colorsMap( input: ( solid: ( text: $kendo-input-solid-text, bg: $kendo-input-solid-bg, border: $kendo-input-solid-border, hover-text: $kendo-input-solid-hover-text, hover-bg: $kendo-input-solid-hover-bg, hover-border: $kendo-input-solid-hover-border, focus-text: $kendo-input-solid-focus-text, focus-bg: $kendo-input-solid-focus-bg, focus-border: $kendo-input-solid-focus-border, hover-focus-text: $kendo-input-solid-hover-focus-text, hover-focus-bg: $kendo-input-solid-hover-focus-bg, hover-focus-border: $kendo-input-solid-hover-focus-border, disabled-text: $kendo-input-solid-disabled-text, disabled-bg: $kendo-input-solid-disabled-bg, disabled-border: $kendo-input-solid-disabled-border ), outline: ( text: $kendo-input-outline-text, bg: $kendo-input-outline-bg, border: $kendo-input-outline-border, hover-text: $kendo-input-outline-hover-text, hover-bg: $kendo-input-outline-hover-bg, hover-border: $kendo-input-outline-hover-border, focus-text: $kendo-input-outline-focus-text, focus-bg: $kendo-input-outline-focus-bg, focus-border: $kendo-input-outline-focus-border, hover-focus-text: $kendo-input-outline-hover-focus-text, hover-focus-bg: $kendo-input-outline-hover-focus-bg, hover-focus-border: $kendo-input-outline-hover-focus-border, disabled-text: $kendo-input-outline-disabled-text, disabled-bg: $kendo-input-outline-disabled-bg, disabled-border: $kendo-input-outline-disabled-border ), flat: ( text: $kendo-input-flat-text, bg: $kendo-input-flat-bg, border: $kendo-input-flat-border, hover-text: $kendo-input-flat-hover-text, hover-bg: $kendo-input-flat-hover-bg, hover-border: $kendo-input-flat-hover-border, focus-text: $kendo-input-flat-focus-text, focus-bg: $kendo-input-flat-focus-bg, focus-border: $kendo-input-flat-focus-border, hover-focus-tex: $kendo-input-flat-hover-focus-text, hover-focus-bg: $kendo-input-flat-hover-focus-bg, hover-focus-border: $kendo-input-flat-hover-focus-border, disabled-text: $kendo-input-flat-disabled-text, disabled-bg: $kendo-input-flat-disabled-bg, disabled-border: $kendo-input-flat-disabled-border ) ), picker: ( solid: ( text: $kendo-picker-solid-text, bg: $kendo-picker-solid-bg, border: $kendo-picker-solid-border, hover-text: $kendo-picker-solid-hover-text, hover-bg: $kendo-picker-solid-hover-bg, hover-border: $kendo-picker-solid-hover-border, focus-text: $kendo-picker-solid-focus-text, focus-bg: $kendo-picker-solid-focus-bg, focus-border: $kendo-picker-solid-focus-border, hover-focus-tex: $kendo-picker-solid-hover-focus-text, hover-focus-bg: $kendo-picker-solid-hover-focus-bg, hover-focus-border: $kendo-picker-solid-hover-focus-border, disabled-text: $kendo-picker-solid-disabled-text, disabled-bg: $kendo-picker-solid-disabled-bg, disabled-border: $kendo-picker-solid-disabled-border ), outline: ( text: $kendo-picker-outline-text, bg: $kendo-picker-outline-bg, border: $kendo-picker-outline-border, hover-text: $kendo-picker-outline-hover-text, hover-bg: $kendo-picker-outline-hover-bg, hover-border: $kendo-picker-outline-hover-border, focus-text: $kendo-picker-outline-focus-text, focus-bg: $kendo-picker-outline-focus-bg, focus-border: $kendo-picker-outline-focus-border, hover-focus-text: $kendo-picker-outline-hover-focus-text, hover-focus-bg: $kendo-picker-outline-hover-focus-bg, hover-focus-border: $kendo-picker-outline-hover-focus-border, disabled-text: $kendo-picker-outline-disabled-text, disabled-bg: $kendo-picker-outline-disabled-bg, disabled-border: $kendo-picker-outline-disabled-border ), flat: ( text: $kendo-picker-flat-text, bg: $kendo-picker-flat-bg, border: $kendo-picker-flat-border, hover-text: $kendo-picker-flat-hover-text, hover-bg: $kendo-picker-flat-hover-bg, hover-border: $kendo-picker-flat-hover-border, focus-text: $kendo-picker-flat-focus-text, focus-bg: $kendo-picker-flat-focus-bg, focus-border: $kendo-picker-flat-focus-border, hover-focus-tex: $kendo-picker-flat-hover-focus-text, hover-focus-bg: $kendo-picker-flat-hover-focus-bg, hover-focus-border: $kendo-picker-flat-hover-focus-border, disabled-text: $kendo-picker-flat-disabled-text, disabled-bg: $kendo-picker-flat-disabled-bg, disabled-border: $kendo-picker-flat-disabled-border ) ) )(input: (solid: (text: var(--kendo-color-on-app-surface, #323130), bg: var(--kendo-color-app-surface, #ffffff), border: var(--kendo-color-border, #8a8886), hover-text: var(--kendo-color-on-app-surface, #323130), hover-bg: var(--kendo-color-app-surface, #ffffff), hover-border: var(--kendo-color-border-alt, #323130), focus-text: var(--kendo-color-on-app-surface, #323130), focus-bg: var(--kendo-color-app-surface, #ffffff), focus-border: var(--kendo-color-primary, #0078d4), hover-focus-text: var(--kendo-color-on-app-surface, #323130), hover-focus-bg: var(--kendo-color-app-surface, #ffffff), hover-focus-border: var(--kendo-color-primary, #0078d4), disabled-text: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent), disabled-bg: var(--kendo-color-base-subtle, #edebe9), disabled-border: transparent), outline: (text: var(--kendo-color-on-app-surface, #323130), bg: var(--kendo-color-app-surface, #ffffff), border: var(--kendo-color-border, #8a8886), hover-text: var(--kendo-color-on-app-surface, #323130), hover-bg: var(--kendo-color-app-surface, #ffffff), hover-border: var(--kendo-color-border-alt, #323130), focus-text: var(--kendo-color-on-app-surface, #323130), focus-bg: var(--kendo-color-app-surface, #ffffff), focus-border: var(--kendo-color-primary, #0078d4), hover-focus-text: var(--kendo-color-on-app-surface, #323130), hover-focus-bg: var(--kendo-color-app-surface, #ffffff), hover-focus-border: var(--kendo-color-primary, #0078d4), disabled-text: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent), disabled-bg: none, disabled-border: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)), flat: (text: var(--kendo-color-on-app-surface, #323130), bg: var(--kendo-color-app-surface, #ffffff), border: var(--kendo-color-border, #8a8886), hover-text: var(--kendo-color-on-app-surface, #323130), hover-bg: var(--kendo-color-app-surface, #ffffff), hover-border: var(--kendo-color-border-alt, #323130), focus-text: var(--kendo-color-on-app-surface, #323130), focus-bg: var(--kendo-color-app-surface, #ffffff), focus-border: var(--kendo-color-primary, #0078d4), hover-focus-tex: var(--kendo-color-on-app-surface, #323130), hover-focus-bg: var(--kendo-color-app-surface, #ffffff), hover-focus-border: var(--kendo-color-primary, #0078d4), disabled-text: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent), disabled-bg: none, disabled-border: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent))), picker: (solid: (text: var(--kendo-color-on-app-surface, #323130), bg: var(--kendo-color-app-surface, #ffffff), border: var(--kendo-color-border, #8a8886), hover-text: var(--kendo-color-on-app-surface, #323130), hover-bg: var(--kendo-color-app-surface, #ffffff), hover-border: var(--kendo-color-border-alt, #323130), focus-text: var(--kendo-color-on-app-surface, #323130), focus-bg: var(--kendo-color-app-surface, #ffffff), focus-border: var(--kendo-color-primary, #0078d4), hover-focus-tex: var(--kendo-color-on-app-surface, #323130), hover-focus-bg: var(--kendo-color-app-surface, #ffffff), hover-focus-border: var(--kendo-color-primary, #0078d4), disabled-text: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent), disabled-bg: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 9%, transparent), disabled-border: transparent), outline: (text: var(--kendo-color-on-app-surface, #323130), bg: none, border: var(--kendo-color-on-app-surface, #323130), hover-text: var(--kendo-color-app-surface, #ffffff), hover-bg: var(--kendo-color-on-app-surface, #323130), hover-border: var(--kendo-color-on-app-surface, #323130), focus-text: var(--kendo-color-on-app-surface, #323130), focus-bg: var(--kendo-color-app-surface, #ffffff), focus-border: var(--kendo-color-primary, #0078d4), hover-focus-text: var(--kendo-color-app-surface, #ffffff), hover-focus-bg: var(--kendo-color-on-app-surface, #323130), hover-focus-border: var(--kendo-color-primary, #0078d4), disabled-text: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent), disabled-bg: none, disabled-border: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)), flat: (text: var(--kendo-color-on-app-surface, #323130), bg: none, border: var(--kendo-color-border, #8a8886), hover-text: var(--kendo-color-on-app-surface, #323130), hover-bg: var(--kendo-color-base-hover, #f3f2f1), hover-border: var(--kendo-color-border-alt, #323130), focus-text: var(--kendo-color-on-app-surface, #323130), focus-bg: var(--kendo-color-app-surface, #ffffff), focus-border: var(--kendo-color-primary, #0078d4), hover-focus-tex: var(--kendo-color-on-app-surface, #323130), hover-focus-bg: var(--kendo-color-base-hover, #f3f2f1), hover-focus-border: var(--kendo-color-border, #8a8886), disabled-text: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent), disabled-bg: none, disabled-border: color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent))))
Description
Colors map of the input.
$kendo-input-prefix-bgStringif($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))var(--kendo-color-base-subtle, #edebe9)
Description
The background color of the Input prefix.
$kendo-input-suffix-bgStringif($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))var(--kendo-color-base-subtle, #edebe9)
Description
The background color of the Input suffix.
$kendo-input-separator-textStringk-get-theme-color-var( neutral-30 )var(--kendo-neutral-30, inherit)
Description
The color of the Input separator.
$kendo-input-prefix-textStringk-get-theme-color-var( neutral-130 )var(--kendo-neutral-130, inherit)
Description
The text color of the Input prefix.
$kendo-input-suffix-textStringk-get-theme-color-var( neutral-130 )var(--kendo-neutral-130, inherit)
Description
The text color of the Input suffix.
$kendo-input-prefix-disabled-textStringk-get-theme-color-var( neutral-60 )var(--kendo-neutral-60, inherit)
Description
The text color of the disabled Input prefix.
$kendo-input-suffix-disabled-textStringk-get-theme-color-var( neutral-60 )var(--kendo-neutral-60, inherit)
Description
The text color of the disabled Input suffix.
$kendo-input-invalid-borderStringvar( --kendo-invalid-border, #{$kendo-invalid-border} )var(--kendo-invalid-border, var(--kendo-color-error-emphasis, #a4262c))
Description
The border color of the invalid Input components.
$kendo-input-invalid-textStringvar( --kendo-invalid-text, #{$kendo-invalid-text} )var(--kendo-invalid-text, var(--kendo-color-error-on-surface, #a4262c))
Description
The text color of the invalid Input components.
$kendo-input-placeholder-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the Input placeholder.
$kendo-input-placeholder-opacityNumber11
Description
The opacity of the Input placeholder.
$kendo-input-clear-value-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The color of the Input clear value icon.
$kendo-input-clear-value-opacityNumber.60.6
Description
The opacity of the Input clear value icon.
$kendo-input-clear-value-hover-textStringinheritinherit
Description
The color of the hovered Input clear value icon.
$kendo-input-clear-value-hover-opacityNumber11
Description
The opacity of the hovered Input clear value icon.

In this article

Not finding the help you need?