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

Customizing Tabstrip

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-tabstrip-wrapper-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the TabStrip wrapper.
$kendo-tabstrip-wrapper-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the TabStrip wrapper.
$kendo-tabstrip-wrapper-border-widthNumber0px0px
Description
The border width around the TabStrip wrapper.
$kendo-tabstrip-wrapper-bgColortransparenttransparent
Description
The background color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-textStringinitialinitial
Description
The text color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-borderStringinitialinitial
Description
The border color of the TabStrip wrapper.
$kendo-tabstrip-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the TabStrip.
$kendo-tabstrip-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the TabStrip.
$kendo-tabstrip-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the TabStrip.
$kendo-tabstrip-border-widthNumber0px0px
Description
The border width around the TabStrip.
$kendo-tabstrip-bgColortransparenttransparent
Description
The background color of the TabStrip.
$kendo-tabstrip-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the TabStrip.
$kendo-tabstrip-borderColortransparenttransparent
Description
The border color of the TabStrip.
$kendo-tabstrip-item-padding-xStringvar( --kendo-padding-x, #{$kendo-padding-md-x} )var(--kendo-padding-x, var(--kendo-spacing-2, 0.5rem))
Description
The horizontal padding of the TabStrip items.
$kendo-tabstrip-item-padding-yCalculationcalc( #{k-spacing(2)} + #{k-spacing(1)} )calc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-1, 0.25rem))
Description
The vertical padding of the TabStrip items.
$kendo-tabstrip-item-border-widthNumber0px0px
Description
The border width around the TabStrip items.
$kendo-tabstrip-item-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the TabStrip items.
$kendo-tabstrip-item-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The gap between the TabStrip items.
$kendo-tabstrip-item-bgColortransparenttransparent
Description
The background color of the TabStrip items.
$kendo-tabstrip-item-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the TabStrip items.
$kendo-tabstrip-item-borderColortransparenttransparent
Description
The border color of the TabStrip items.
$kendo-tabstrip-item-disabled-textStringvar( --kendo-disabled-text, initial )var(--kendo-disabled-text, initial)
Description
The text color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-bgStringnonenone
Description
The background color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-borderStringvar( --kendo-disabled-border, initial )var(--kendo-disabled-border, initial)
Description
The border color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-opacityNullnullnull
Description
The opacity of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-filterNullnullnull
Description
The filter of the disabled TabStrip items.
$kendo-tabstrip-item-hover-bgStringvar( --kendo-hover-bg, inherit )var(--kendo-hover-bg, inherit)
Description
The background color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-textStringvar( --kendo-hover-text, inherit )var(--kendo-hover-text, inherit)
Description
The text color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-borderStringvar( --kendo-hover-bg, inherit )var(--kendo-hover-bg, inherit)
Description
The border color of the hovered TabStrip items.
$kendo-tabstrip-item-selected-bgStringvar( --kendo-component-bg, transparent )var(--kendo-component-bg, transparent)
Description
The background color of the selected TabStrip items.
$kendo-tabstrip-item-selected-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected TabStrip items.
$kendo-tabstrip-item-selected-borderStringif($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 selected TabStrip items.
$kendo-tabstrip-item-selected-font-weightStringvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)
Description
The background gradient of the selected TabStrip items.
$kendo-tabstrip-item-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 1px var(--kendo-color-base-emphasis, #605e5c)
Description
The shadow of the focused TabStrip items.
$kendo-tabstrip-item-dragging-textStringif($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 dragged TabStrip items.
$kendo-tabstrip-indicator-sizeStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The border width of the TabStrip indicator.
$kendo-tabstrip-indicator-colorStringif($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 TabStrip ripple.
$kendo-tabstrip-content-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the TabStrip content.
$kendo-tabstrip-content-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the TabStrip content.
$kendo-tabstrip-content-border-widthNumber1px1px
Description
The border width around the TabStrip content.
$kendo-tabstrip-content-bgStringvar( --kendo-component-bg, transparent )var(--kendo-component-bg, transparent)
Description
The background color of the TabStrip content.
$kendo-tabstrip-content-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
The text color of the TabStrip content.
$kendo-tabstrip-content-borderColortransparenttransparent
Description
The border color of the TabStrip content.
$kendo-tabstrip-content-focus-borderStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The border color of the focused TabStrip content.
$kendo-tabstrip-scrollable-button-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal button padding of the scrollable TabStrip.
$kendo-tabstrip-scrollable-button-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)

In this article

Not finding the help you need?