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

Customizing Window

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-window-border-widthNumber0px0px
Description
The width of the border around the Window.
$kendo-window-border-radiusNumber0px0px
Description
The border radius of the Window.
$kendo-window-font-familyString$kendo-font-familyinherit
Description
The font family of the Window.
$kendo-window-font-sizeNumber$kendo-font-size-md14px
Description
The font size of the Window.
$kendo-window-line-heightNumber1.251.25
Description
The line height of the Window.
$kendo-window-titlebar-padding-xNumber16px16px
Description
The horizontal padding of the Window titlebar.
$kendo-window-titlebar-padding-yNumber12px12px
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-sizeNumber$kendo-font-size-lg16px
Description
The font size of the title of the Window.
$kendo-window-title-line-heightNumber1.251.25
Description
The line height of the title of the Window.
$kendo-window-actions-gapNullnullnull
Description
The spacing between the buttons in the Window titlebar.
$kendo-window-action-opacityNullnullnull
Description
The opacity of the buttons in the Window titlebar.
$kendo-window-action-hover-opacityNullnullnull
Description
The opacity of the hovered buttons in the Window titlebar.
$kendo-window-inner-padding-xNumber16px16px
Description
The horizontal padding of the content of the Window.
$kendo-window-inner-padding-yNumber16px16px
Description
The vertical padding of the content of the Window.
$kendo-window-buttongroup-padding-xNumber$kendo-actions-padding-x8px
Description
The horizontal padding of the Window action buttons.
$kendo-window-buttongroup-padding-yNumber$kendo-actions-padding-y8px
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-bgColor$kendo-component-bg#ffffff
Description
The background color of the Window.
$kendo-window-textColor$kendo-component-text#424242
Description
The text color of the Window.
$kendo-window-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
The border color of the Window.
$kendo-window-shadowStringk-elevation(8)var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the Window.
$kendo-window-focus-shadowStringk-elevation(9)var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the focused Window.
$kendo-window-titlebar-bgColor$kendo-component-header-bg#fafafa
Description
The background color of the Window titlebar.
$kendo-window-titlebar-textColor$kendo-component-header-text#424242
Description
The text color of the Window titlebar.
$kendo-window-titlebar-borderStringinheritinherit
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": #ff6358, "light": #ebebeb, "dark": #424242)
Description
The theme colors map for the Window.

In this article

Not finding the help you need?