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 | var( --kendo-component-border, inherit ) | var(--kendo-component-border, inherit) |
Description
The color of the border around the DockManager component. | |||
$kendo-dock-manager-pane-header-padding-y | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
The vertical padding of the pane header in the DockManager component. | |||
$kendo-dock-manager-pane-header-padding-x | String | k-spacing(6) | var(--kendo-spacing-6, 1.5rem) |
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 | var( --kendo-component-bg, inherit ) | var(--kendo-component-bg, inherit) |
Description
The background color of the pane header in the DockManager component. | |||
$kendo-dock-manager-pane-header-text | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The text 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, normal ) | var(--kendo-line-height, 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 ) | var(--kendo-font-weight, normal) |
Description
The font weight of the pane title in the DockManager component. | |||
$kendo-dock-manager-pane-content-padding-x | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The horizontal padding of the pane content in the DockManager component. | |||
$kendo-dock-manager-pane-content-padding-y | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The vertical padding of the pane content in the DockManager component. | |||
$kendo-dock-manager-tabbed-pane-padding-y | Null | null | null |
Description
The horizontal padding of the tabbed pane in the DockManager component. | |||
$kendo-dock-manager-tabbed-pane-padding-x | Null | null | null |
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 | String | if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) | var(--kendo-color-app-surface, #ffffff) |
Description
The background-color of the unpinned pane container in the DockManager component. | |||
$kendo-dock-manager-unpinned-container-shadow | List | 25.6px 0px 57.6px 0px rgba(0, 0, 0, 0.22), 4.8px 0px 14.4px 0px rgba(0, 0, 0, 0.18) | 25.6px 0px 57.6px 0px rgba(0, 0, 0, 0.22), 4.8px 0px 14.4px 0px rgba(0, 0, 0, 0.18) |
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 | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-text | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
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, #0078d4) |
Description
The outline color of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-shadow | List | 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 3px 5px -1px rgba(0, 0, 0, 0.20) | 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 3px 5px -1px rgba(0, 0, 0, 0.2) |
Description
The box shadow of the dock indicator in the DockManager component. | |||
$kendo-dock-indicator-hover-bg | String | if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 )) | var(--kendo-color-primary-hover, #106ebe) |
Description
The background color of the hovered dock indicator in the DockManager component. | |||
$kendo-dock-indicator-hover-text | String | if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white) | var(--kendo-color-app-surface, #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 | var( --kendo-border-radius-md, 0) | var(--kendo-border-radius-md, 0) |
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 ) 20%, transparent), color-mix(in srgb, k-get-theme-color-var( primary-100 ) 20%, transparent)) | color-mix(in srgb, var(--kendo-color-primary, #0078d4) 20%, transparent) |
Description
The background color of the dropping area in the DockManager component. | |||
$kendo-dock-manager-dock-preview-border | String | if($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 dropping area in the DockManager component. |