Customizing Panelbar
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-panelbar-padding-x | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The horizontal padding of the PanelBar. | |||
$kendo-panelbar-padding-y | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The vertical padding of the PanelBar. | |||
$kendo-panelbar-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the PanelBar. | |||
$kendo-panelbar-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the PanelBar. | |||
$kendo-panelbar-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the PanelBar. | |||
$kendo-panelbar-border-width | Number | 1px | 1px |
Description
The width of the border around the PanelBar. | |||
$kendo-panelbar-border-style | String | solid | solid |
Description
The border style around the the PanelBar. | |||
$kendo-panelbar-item-border-width | Number | 1px | 1px |
Description
The width of the border around the PanelBar items. | |||
$kendo-panelbar-item-border-style | String | solid | solid |
Description
The style of the border around the PanelBar items. | |||
$kendo-panelbar-header-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the PanelBar header. | |||
$kendo-panelbar-header-padding-y | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The vertical padding of the PanelBar header. | |||
$kendo-panelbar-item-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the PanelBar items. | |||
$kendo-panelbar-item-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the PanelBar items. | |||
$kendo-panelbar-item-level-count | Number | 4 | 4 |
Description
The maximum nesting of the PanelBar items. | |||
$kendo-panelbar-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the PanelBar. | |||
$kendo-panelbar-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the PanelBar. | |||
$kendo-panelbar-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the PanelBar. | |||
$kendo-panelbar-header-bg | String | $kendo-panelbar-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the PanelBar header. | |||
$kendo-panelbar-header-text | String | $kendo-link-text | var(--kendo-color-primary, #ff6358) |
Description
The text color of the PanelBar header. | |||
$kendo-panelbar-header-border | Null | null | null |
Description
The border color of the PanelBar header. | |||
$kendo-panelbar-header-gradient | Null | null | null |
Description
The gradient of the PanelBar header. | |||
$kendo-panelbar-header-hover-bg | String | if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 )) | var(--kendo-color-base-hover, #ebebeb) |
Description
The background color of the hovered PanelBar header. | |||
$kendo-panelbar-header-hover-text | Null | null | null |
Description
The text color of the hovered PanelBar header. | |||
$kendo-panelbar-header-hover-border | Null | null | null |
Description
The border color of the hovered PanelBar header. | |||
$kendo-panelbar-header-hover-gradient | Null | null | null |
Description
The gradient of the hovered PanelBar header. | |||
$kendo-panelbar-header-focus-bg | Null | null | null |
Description
The background color of the focused PanelBar header. | |||
$kendo-panelbar-header-focus-text | Null | null | null |
Description
The text color of the focused PanelBar header. | |||
$kendo-panelbar-header-focus-border | Null | null | null |
Description
The border color of the focused PanelBar header. | |||
$kendo-panelbar-header-focus-gradient | Null | null | null |
Description
The gradient of the focused PanelBar header. | |||
$kendo-panelbar-header-focus-shadow | List | $kendo-list-item-focus-shadow | inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
The shadow of the focused PanelBar header. | |||
$kendo-panelbar-header-hover-focus-bg | Null | null | null |
Description
The background color of the focused and hovered PanelBar header. | |||
$kendo-panelbar-header-hover-focus-text | Null | null | null |
Description
The text color of the focused and hovered PanelBar header. | |||
$kendo-panelbar-header-hover-focus-border | Null | null | null |
Description
The border color of the focused and hovered PanelBar header. | |||
$kendo-panelbar-header-hover-focus-gradient | Null | null | null |
Description
The gradient of the focused and hovered PanelBar header. | |||
$kendo-panelbar-header-selected-bg | String | $kendo-selected-bg | var(--kendo-color-primary, #ff6358) |
Description
The background color of the selected PanelBar header. | |||
$kendo-panelbar-header-selected-text | String | $kendo-selected-text | var(--kendo-color-on-primary, #ffffff) |
Description
The text color of the selected PanelBar header. | |||
$kendo-panelbar-header-selected-border | Null | null | null |
Description
The border color of the selected PanelBar header. | |||
$kendo-panelbar-header-selected-gradient | Null | null | null |
Description
The gradient of the selected PanelBar header. | |||
$kendo-panelbar-header-selected-hover-bg | String | if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg )) | var(--kendo-color-primary-hover, #ea5a51) |
Description
The background color of the selected and hovered PanelBar header. | |||
$kendo-panelbar-header-selected-hover-text | Null | null | null |
Description
The text color of the selected and hovered PanelBar header. | |||
$kendo-panelbar-header-selected-hover-border | Null | null | null |
Description
The border color of the selected and hovered PanelBar header. | |||
$kendo-panelbar-header-selected-hover-gradient | Null | null | null |
Description
The gradient of the selected and hovered PanelBar header. | |||
$kendo-panelbar-header-selected-focus-bg | Null | null | null |
Description
The background color of the selected and focused PanelBar header. | |||
$kendo-panelbar-header-selected-focus-text | Null | null | null |
Description
The text color of the selected and focused PanelBar header. | |||
$kendo-panelbar-header-selected-focus-border | Null | null | null |
Description
The border color of the selected and focused PanelBar header. | |||
$kendo-panelbar-header-selected-focus-gradient | Null | null | null |
Description
The gradient of the selected and focused PanelBar header. | |||
$kendo-panelbar-header-selected-hover-focus-bg | Null | null | null |
Description
The background color of the selected, hovered and focused PanelBar header. | |||
$kendo-panelbar-header-selected-hover-focus-text | Null | null | null |
Description
The text color of the selected, hovered and focused PanelBar header. | |||
$kendo-panelbar-header-selected-hover-focus-border | Null | null | null |
Description
The border color of the selected, hovered and focused PanelBar header. | |||
$kendo-panelbar-header-selected-hover-focus-gradient | Null | null | null |
Description
The gradient of the selected, hovered and focused PanelBar header. | |||
$kendo-panelbar-item-hover-bg | String | if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 )) | var(--kendo-color-base-hover, #ebebeb) |
Description
The background color of the hovered PanelBar items. | |||
$kendo-panelbar-item-hover-text | Null | null | null |
Description
The text color of the hovered PanelBar items. | |||
$kendo-panelbar-item-hover-border | Null | null | null |
Description
The border color of the hovered PanelBar items. | |||
$kendo-panelbar-item-hover-gradient | Null | null | null |
Description
The gradient of the hovered PanelBar items. | |||
$kendo-panelbar-item-focus-bg | Null | null | null |
Description
The background color of the focused PanelBar items. | |||
$kendo-panelbar-item-focus-text | Null | null | null |
Description
The text color of the focused PanelBar items. | |||
$kendo-panelbar-item-focus-border | Null | null | null |
Description
The border color of the focused PanelBar items. | |||
$kendo-panelbar-item-focus-gradient | Null | null | null |
Description
The gradient of the focused PanelBar items. | |||
$kendo-panelbar-item-focus-shadow | List | $kendo-list-item-focus-shadow | inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
The box shadow of the focused PanelBar items. | |||
$kendo-panelbar-item-hover-focus-bg | Null | null | null |
Description
The background color of the focused and hovered PanelBar items. | |||
$kendo-panelbar-item-hover-focus-text | Null | null | null |
Description
The text color of the focused and hovered PanelBar items. | |||
$kendo-panelbar-item-hover-focus-border | Null | null | null |
Description
The border color of the focused and hovered PanelBar items. | |||
$kendo-panelbar-item-hover-focus-gradient | Null | null | null |
Description
The gradient of the focused and hovered PanelBar items. | |||
$kendo-panelbar-item-selected-bg | String | $kendo-selected-bg | var(--kendo-color-primary, #ff6358) |
Description
The background color of the selected PanelBar items. | |||
$kendo-panelbar-item-selected-text | String | $kendo-selected-text | var(--kendo-color-on-primary, #ffffff) |
Description
The text color of the selected PanelBar items. | |||
$kendo-panelbar-item-selected-border | Null | null | null |
Description
The border color of the selected PanelBar items. | |||
$kendo-panelbar-item-selected-gradient | Null | null | null |
Description
The gradient of the selected PanelBar items. | |||
$kendo-panelbar-item-selected-hover-bg | String | if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg )) | var(--kendo-color-primary-hover, #ea5a51) |
Description
The background color of the selected and hovered PanelBar items. | |||
$kendo-panelbar-item-selected-hover-text | Null | null | null |
Description
The text color of the selected and hovered PanelBar items. | |||
$kendo-panelbar-item-selected-hover-border | Null | null | null |
Description
The border color of the selected and hovered PanelBar items. | |||
$kendo-panelbar-item-selected-hover-gradient | Null | null | null |
Description
The gradient of the selected and hovered PanelBar items. | |||
$kendo-panelbar-item-selected-focus-bg | Null | null | null |
Description
The background color of the selected and focused PanelBar items. | |||
$kendo-panelbar-item-selected-focus-text | Null | null | null |
Description
The text color of the selected and focused PanelBar items. | |||
$kendo-panelbar-item-selected-focus-border | Null | null | null |
Description
The border color of the selected and focused PanelBar items. | |||
$kendo-panelbar-item-selected-focus-gradient | Null | null | null |
Description
The gradient of the selected and focused PanelBar items. | |||
$kendo-panelbar-item-selected-hover-focus-bg | Null | null | null |
Description
The background color of the selected, hovered and focused PanelBar items. | |||
$kendo-panelbar-item-selected-hover-focus-text | Null | null | null |
Description
The text color of the selected, hovered and focused PanelBar items. | |||
$kendo-panelbar-item-selected-hover-focus-border | Null | null | null |
Description
The border color of the selected, hovered and focused PanelBar items. | |||
$kendo-panelbar-item-selected-hover-focus-gradient | Null | null | null |
Description
The gradient of the selected, hovered and focused PanelBar items. | |||
$kendo-panelbar-header-expanded-bg | Null | null | null |
Description
The background color of the expanded PanelBar header. | |||
$kendo-panelbar-header-expanded-text | Null | null | null |
Description
The text color of the expanded PanelBar header. | |||
$kendo-panelbar-header-expanded-border | Null | null | null |
Description
The border color of the expanded PanelBar header. | |||
$kendo-panelbar-header-expanded-gradient | Null | null | null |
Description
The gradient of the expanded PanelBar header. |