New to Kendo UI for Angular? Start a free 30-day trial
Customizing DockManager
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-dock-manager-border-width | Number | 1px | 1px |
Description
The width of the border around the DockManager component. | |||
$kendo-dock-manager-border-style | String | solid | solid |
Description
The style of the border around the DockManager component. | |||
$kendo-dock-manager-border | String | $kendo-base-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The color of the border around the DockManager component. | |||
$kendo-dock-manager-pane-header-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the pane header in the DockManager component. | |||
$kendo-dock-manager-pane-header-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the pane header in the DockManager component. | |||
$kendo-dock-manager-pane-header-border-width | Number | $kendo-dock-manager-border-width | 1px |
Description
The width of the border around the pane header in the DockManager component. | |||
$kendo-dock-manager-pane-header-border-style | String | solid | solid |
Description
The style of the border around the pane header in the DockManager component. | |||
$kendo-dock-manager-pane-header-bg | String | $kendo-component-header-bg | var(--kendo-color-surface, #fafafa) |
Description
The background color of the pane header in the DockManager component. | |||
$kendo-dock-manager-pane-title-padding-y | Null | null | null |
Description
The vertical padding of the pane title in the DockManager component. | |||
$kendo-dock-manager-pane-title-padding-x | Null | null | null |
Description
The horizontal padding of the pane title in the DockManager component. | |||
$kendo-dock-manager-pane-title-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the pane title in the DockManager component. | |||
$kendo-dock-manager-pane-title-font-size | String | var( --kendo-font-size-lg, inherit ) | var(--kendo-font-size-lg, inherit) |
Description
The font size of the pane title in the DockManager component. | |||
$kendo-dock-manager-pane-title-line-height | String | var( --kendo-line-height-sm, normal ) | var(--kendo-line-height-sm, normal) |
Description
The line height of the pane title in the DockManager component. | |||
$kendo-dock-manager-pane-title-font-weight | String | var( --kendo-font-weight-normal, normal ) | var(--kendo-font-weight-normal, normal) |
Description
The font weight of the pane title in the DockManager component. | |||
$kendo-dock-manager-pane-content-padding-x | String | $kendo-dock-manager-pane-header-padding-x | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the pane content in the DockManager component. | |||
$kendo-dock-manager-pane-content-padding-y | String | $kendo-dock-manager-pane-header-padding-x | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the pane content in the DockManager component. | |||
$kendo-dock-manager-tabbed-pane-padding-y | String | k-spacing(3.5) | var(--kendo-spacing-3\.5, 0.875rem) |
Description
The horizontal padding of the tabbed pane in the DockManager component. | |||
$kendo-dock-manager-tabbed-pane-padding-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal padding of the tabbed pane in the DockManager component. | |||
$kendo-dock-manager-unpinned-container-width | Number | 300px | 300px |
Description
The width of the unpinned pane container in the DockManager component. | |||
$kendo-dock-manager-unpinned-container-bg | Color | $kendo-color-white | #ffffff |
Description
The background-color of the unpinned pane container in the DockManager component. | |||
$kendo-dock-manager-unpinned-container-shadow | List | 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) | 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
Description
The box shadow of the unpinned pane container in the DockManager component. | |||
$kendo-dock-indicator-padding | String | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) |
Description
The padding of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-bg | Color | #f5f5f5 | #f5f5f5 |
Description
The background color of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-text | String | $kendo-color-primary | var(--kendo-color-primary, #ff6358) |
Description
The text color of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-outline-width | Number | 1px | 1px |
Description
The outline width of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-outline-style | String | solid | solid |
Description
The outline style of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-outline | String | $kendo-dock-indicator-text | var(--kendo-color-primary, #ff6358) |
Description
The outline color of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-shadow | List | drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) | drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
Description
The box shadow of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-hover-bg | String | $kendo-color-primary | var(--kendo-color-primary, #ff6358) |
Description
The background color of the hovered dock indicator in the DockManager component. | |||
$kendo-dock-indicator-hover-text | Color | $kendo-color-white | #ffffff |
Description
The text color of the hovered dock indicator in the DockManager component. | |||
$kendo-dock-manager-dock-preview-border-width | Number | 1px | 1px |
Description
The width of the border around the dropping area in the DockManager component. | |||
$kendo-dock-manager-dock-preview-border-style | String | dashed | dashed |
Description
The style of the border around the dropping area in the DockManager component. | |||
$kendo-dock-manager-dock-preview-border-radius | String | k-border-radius(sm) | var(--kendo-border-radius-sm, 0.125rem) |
Description
The border radius of the dropping area in the DockManager component. | |||
$kendo-dock-manager-dock-preview-bg | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 16%, transparent) |
Description
The background color of the dropping area in the DockManager component. | |||
$kendo-dock-manager-dock-preview-border | String | $kendo-color-primary | var(--kendo-color-primary, #ff6358) |
Description
The border color of the dropping area in the DockManager component. |