Customizing Panelbar

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-panelbar-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the PanelBar.
$kendo-panelbar-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the PanelBar.
$kendo-panelbar-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the PanelBar.
$kendo-panelbar-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the PanelBar.
$kendo-panelbar-line-heightStringvar( --kendo-line-height, inherit )var(--kendo-line-height, inherit)
Description
The line height of the PanelBar.
$kendo-panelbar-border-widthNumber1px1px
Description
The width of the border around the PanelBar.
$kendo-panelbar-border-styleStringsolidsolid
Description
The border style around the the PanelBar.
$kendo-panelbar-item-border-widthNumber00
Description
The width of the border around the PanelBar items.
$kendo-panelbar-item-border-styleStringsolidsolid
Description
The style of the border around the PanelBar items.
$kendo-panelbar-icon-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing around the PanelBar items icon.
$kendo-panelbar-header-padding-x-startCalculationcalc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))
Description
The horizontal start padding of the PanelBar header.
$kendo-panelbar-header-padding-x-endStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal end padding of the PanelBar header.
$kendo-panelbar-header-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the PanelBar header.
$kendo-panelbar-item-padding-x-startCalculationcalc( var( --kendo-panelbar-icon-spacing, #{$kendo-panelbar-icon-spacing} ) * 2 + var( --kendo-icon-size, 1rem ) )calc(var(--kendo-panelbar-icon-spacing, var(--kendo-spacing-2, 0.5rem)) * 2 + var(--kendo-icon-size, 1rem))
Description
The horizontal padding of the PanelBar items.
$kendo-panelbar-item-padding-x-endStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal end padding of the PanelBar items.
$kendo-panelbar-item-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the PanelBar items.
$kendo-panelbar-item-level-countNumber44
Description
The maximum nesting of the PanelBar items.
$kendo-panelbar-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the PanelBar.
$kendo-panelbar-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the PanelBar.
$kendo-panelbar-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the PanelBar.
$kendo-panelbar-header-bgStringvar( --kendo-panelbar-bg, #{$kendo-panelbar-bg} )var(--kendo-panelbar-bg, var(--kendo-component-bg, initial))
Description
The background color of the PanelBar header.
$kendo-panelbar-header-textStringvar( --kendo-panelbar-text, #{$kendo-panelbar-text} )var(--kendo-panelbar-text, var(--kendo-component-text, initial))
Description
The text color of the PanelBar header.
$kendo-panelbar-header-borderStringinheritinherit
Description
The border color of the PanelBar header.
$kendo-panelbar-header-hover-bgStringvar( --kendo-hover-bg, inherit )var(--kendo-hover-bg, inherit)
Description
The background color of the hovered PanelBar header.
$kendo-panelbar-header-hover-textStringif($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))var(--kendo-color-primary-hover, #106ebe)
Description
The text color of the hovered PanelBar header.
$kendo-panelbar-header-hover-borderStringinheritinherit
Description
The border color of the hovered PanelBar header.
$kendo-panelbar-header-focus-bgStringinheritinherit
Description
The background color of the focused PanelBar header.
$kendo-panelbar-header-focus-textStringinheritinherit
Description
The text color of the focused PanelBar header.
$kendo-panelbar-header-focus-borderStringinheritinherit
Description
The border color of the focused PanelBar header.
$kendo-panelbar-header-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 1px var(--kendo-color-base-emphasis, #605e5c)
Description
The shadow of the focused PanelBar header.
$kendo-panelbar-header-hover-focus-bgString$kendo-panelbar-header-hover-bgvar(--kendo-hover-bg, inherit)
Description
The background color of the focused and hovered PanelBar header.
$kendo-panelbar-header-hover-focus-textString$kendo-panelbar-header-hover-textvar(--kendo-color-primary-hover, #106ebe)
Description
The text color of the focused and hovered PanelBar header.
$kendo-panelbar-header-hover-focus-borderNullnullnull
Description
The border color of the focused and hovered PanelBar header.
$kendo-panelbar-header-selected-bgStringvar( --kendo-selected-bg, inherit )var(--kendo-selected-bg, inherit)
Description
The background color of the selected PanelBar header.
$kendo-panelbar-header-selected-textStringif($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)var(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected PanelBar header.
$kendo-panelbar-header-selected-borderStringinheritinherit
Description
The border color of the selected PanelBar header.
$kendo-panelbar-selected-markerStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The color of the marker of the selected PanelBar header.
$kendo-panelbar-header-selected-hover-bgString$kendo-panelbar-header-selected-bgvar(--kendo-selected-bg, inherit)
Description
The background color of the selected and hovered PanelBar header.
$kendo-panelbar-header-selected-hover-textString$kendo-panelbar-header-hover-textvar(--kendo-color-primary-hover, #106ebe)
Description
The text color of the selected and hovered PanelBar header.
$kendo-panelbar-header-selected-hover-borderStringinheritinherit
Description
The border color of the selected and hovered PanelBar header.
$kendo-panelbar-header-selected-focus-bgString$kendo-panelbar-header-selected-bgvar(--kendo-selected-bg, inherit)
Description
The background color of the selected and focused PanelBar header.
$kendo-panelbar-header-selected-focus-textString$kendo-panelbar-header-selected-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected and focused PanelBar header.
$kendo-panelbar-header-selected-focus-borderStringinheritinherit
Description
The border color of the selected and focused PanelBar header.
$kendo-panelbar-header-selected-hover-focus-bgString$kendo-panelbar-header-selected-hover-bgvar(--kendo-selected-bg, inherit)
Description
The background color of the selected, hovered and focused PanelBar header.
$kendo-panelbar-header-selected-hover-focus-textString$kendo-panelbar-header-selected-hover-textvar(--kendo-color-primary-hover, #106ebe)
Description
The text color of the selected, hovered and focused PanelBar header.
$kendo-panelbar-header-selected-hover-focus-borderStringinheritinherit
Description
The border color of the selected, hovered and focused PanelBar header.
$kendo-panelbar-header-expanded-bgStringinheritinherit
Description
The background color of the expanded PanelBar header.
$kendo-panelbar-header-expanded-textStringinheritinherit
Description
The text color of the expanded PanelBar header.
$kendo-panelbar-header-expanded-borderStringinheritinherit
Description
The border color of the expanded PanelBar header.
$kendo-panelbar-item-hover-bgStringvar( --kendo-hover-bg, inherit )var(--kendo-hover-bg, inherit)
Description
The background color of the hovered PanelBar items.
$kendo-panelbar-item-hover-textStringif($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))var(--kendo-color-primary-hover, #106ebe)
Description
The text color of the hovered PanelBar items.
$kendo-panelbar-item-hover-borderStringinheritinherit
Description
The border color of the hovered PanelBar items.
$kendo-panelbar-item-focus-bgStringinheritinherit
Description
The background color of the focused PanelBar items.
$kendo-panelbar-item-focus-textStringinheritinherit
Description
The text color of the focused PanelBar items.
$kendo-panelbar-item-focus-borderStringinheritinherit
Description
The border color of the focused PanelBar items.
$kendo-panelbar-item-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 1px var(--kendo-color-base-emphasis, #605e5c)
Description
The box shadow of the focused PanelBar items.
$kendo-panelbar-item-hover-focus-bgString$kendo-panelbar-item-hover-bgvar(--kendo-hover-bg, inherit)
Description
The background color of the focused and hovered PanelBar items.
$kendo-panelbar-item-hover-focus-textString$kendo-panelbar-item-hover-textvar(--kendo-color-primary-hover, #106ebe)
Description
The text color of the focused and hovered PanelBar items.
$kendo-panelbar-item-hover-focus-borderStringinheritinherit
Description
The border color of the focused and hovered PanelBar items.
$kendo-panelbar-item-selected-bgStringvar( --kendo-selected-bg, inherit )var(--kendo-selected-bg, inherit)
Description
The background color of the selected PanelBar items.
$kendo-panelbar-item-selected-textStringif($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)var(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected PanelBar items.
$kendo-panelbar-item-selected-borderStringinheritinherit
Description
The border color of the selected PanelBar items.
$kendo-panelbar-item-selected-hover-bgString$kendo-panelbar-item-selected-bgvar(--kendo-selected-bg, inherit)
Description
The background color of the selected and hovered PanelBar items.
$kendo-panelbar-item-selected-hover-textString$kendo-panelbar-item-hover-textvar(--kendo-color-primary-hover, #106ebe)
Description
The text color of the selected and hovered PanelBar items.
$kendo-panelbar-item-selected-hover-borderStringinheritinherit
Description
The border color of the selected and hovered PanelBar items.
$kendo-panelbar-item-selected-focus-bgString$kendo-panelbar-item-selected-bgvar(--kendo-selected-bg, inherit)
Description
The background color of the selected and focused PanelBar items.
$kendo-panelbar-item-selected-focus-textString$kendo-panelbar-item-selected-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected and focused PanelBar items.
$kendo-panelbar-item-selected-focus-borderStringinheritinherit
Description
The border color of the selected and focused PanelBar items.
$kendo-panelbar-item-selected-hover-focus-bgString$kendo-panelbar-item-selected-hover-bgvar(--kendo-selected-bg, inherit)
Description
The background color of the selected, hovered and focused PanelBar items.
$kendo-panelbar-item-selected-hover-focus-textString$kendo-panelbar-item-selected-hover-textvar(--kendo-color-primary-hover, #106ebe)
Description
The text color of the selected, hovered and focused PanelBar items.
$kendo-panelbar-item-selected-hover-focus-borderStringinheritinherit
Description
The border color of the selected, hovered and focused PanelBar items.

In this article

Not finding the help you need?