Customizing Window

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-window-border-widthNumber1px1px
Description
The width of the border around the Window.
$kendo-window-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.375rem)
Description
The border radius of the Window.
$kendo-window-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Window.
$kendo-window-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Window.
$kendo-window-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Window.
$kendo-window-titlebar-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Window titlebar.
$kendo-window-titlebar-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Window titlebar.
$kendo-window-titlebar-border-widthList0 0 1px0 0 1px
Description
The width of the border of the Window titlebar.
$kendo-window-titlebar-border-styleStringsolidsolid
Description
The style of the border of the Window titlebar.
$kendo-window-title-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the title of the Window.
$kendo-window-title-line-heightNumber1.51.5
Description
The line height of the title of the Window.
$kendo-window-actions-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the buttons in the Window titlebar.
$kendo-window-action-opacityNumber.50.5
Description
The opacity of the buttons in the Window titlebar.
$kendo-window-action-hover-opacityNumber.750.75
Description
The opacity of the hovered buttons in the Window titlebar.
$kendo-window-inner-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the content of the Window.
$kendo-window-inner-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the content of the Window.
$kendo-window-buttongroup-padding-xString$kendo-actions-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Window action buttons.
$kendo-window-buttongroup-padding-yString$kendo-actions-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Window action buttons.
$kendo-window-buttongroup-border-widthNumber1px1px
Description
The width of the top border of the Window action buttons.
$kendo-window-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Window.
$kendo-window-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the Window.
$kendo-window-borderString$kendo-component-bordervar(--kendo-color-border, #dee2e6)
Description
The border color of the Window.
$kendo-window-shadowNullnullnull
Description
The box shadow of the Window.
$kendo-window-focus-shadowNullnullnull
Description
The box shadow of the focused Window.
$kendo-window-titlebar-bgNullnullnull
Description
The background color of the Window titlebar.
$kendo-window-titlebar-textNullnullnull
Description
The text color of the Window titlebar.
$kendo-window-titlebar-borderString$kendo-component-bordervar(--kendo-color-border, #dee2e6)
Description
The border color of the Window titlebar.
$kendo-window-titlebar-gradientNullnullnull
Description
The background gradient of the Window titlebar.
$kendo-window-sizesMap( sm: 300px, md: 800px, lg: 1200px )(sm: 300px, md: 800px, lg: 1200px)
Description
The map of the width for the different Window sizes.
$kendo-window-theme-colorsMap( "primary": k-map-get($kendo-theme-colors, "primary"), "light": k-map-get($kendo-theme-colors, "light"), "dark": k-map-get($kendo-theme-colors, "dark") )("primary": var(--kendo-color-primary, #0d6efd), "light": var(--kendo-color-light, #f8f9fa), "dark": var(--kendo-color-dark, #212529))
Description
The theme colors map for the Window.

In this article

Not finding the help you need?