New to Kendo UI for Vue? 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-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-heightNumberk-math-div( 20, 14 )1.4285714286
Description
The line height of the TabStrip.
$kendo-tabstrip-border-widthNumber1px1px
Description
The border width around the TabStrip.
$kendo-tabstrip-wrapper-bgNullnullnull
Description
The background color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-textNullnullnull
Description
The text color of the TabStrip wrapper.
$kendo-tabstrip-wrapper-borderNullnullnull
Description
The border color of the TabStrip wrapper.
$kendo-tabstrip-bgNullnullnull
Description
The background color of the TabStrip.
$kendo-tabstrip-textString$kendo-subtle-textvar(--kendo-color-subtle, #757575)
Description
The text color of the TabStrip.
$kendo-tabstrip-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of the TabStrip.
$kendo-tabstrip-item-padding-xStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the TabStrip items.
$kendo-tabstrip-item-padding-yStringk-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)
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-radiusNumber0px0px
Description
The border radius of the TabStrip items.
$kendo-tabstrip-item-gapStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The gap between the TabStrip items.
$kendo-tabstrip-item-bgNullnullnull
Description
The background color of the TabStrip items.
$kendo-tabstrip-item-textString$kendo-subtle-textvar(--kendo-color-subtle, #757575)
Description
The text color of the TabStrip items.
$kendo-tabstrip-item-borderNullnullnull
Description
The border color of the TabStrip items.
$kendo-tabstrip-item-gradientNullnullnull
Description
The gradient of the TabStrip items.
$kendo-tabstrip-item-hover-bgString$kendo-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-textString$kendo-body-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-borderNullnullnull
Description
The border color of the hovered TabStrip items.
$kendo-tabstrip-item-hover-gradientNullnullnull
Description
The gradient of the hovered TabStrip items.
$kendo-tabstrip-item-selected-bgNullnullnull
Description
The background color of the selected TabStrip items.
$kendo-tabstrip-item-selected-textString$kendo-body-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the selected TabStrip items.
$kendo-tabstrip-item-selected-borderNullnullnull
Description
The border color of the selected TabStrip items.
$kendo-tabstrip-item-selected-gradientNullnullnull
Description
The gradient of the selected TabStrip items.
$kendo-tabstrip-item-focus-shadowNull$kendo-list-item-focus-shadownull
Description
The shadow of the focused TabStrip items.
$kendo-tabstrip-item-dragging-shadowString$box-shadow-depth-3var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))
Description
The shadow of the dragged TabStrip items.
$kendo-tabstrip-item-disabled-bgNullnullnull
Description
The background color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-textStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-map-get( $theme, disabled-text ))color-mix(in srgb, var(--kendo-color-on-app-surface, #212121) 32%, transparent)
Description
The text color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-borderNullnullnull
Description
The border color of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-gradientNullnullnull
Description
The gradient of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-opacityNumber11
Description
The opacity of the disabled TabStrip items.
$kendo-tabstrip-item-disabled-filterStringnonenone
Description
The filter of the disabled TabStrip items.
$kendo-tabstrip-indicator-sizeNumber2px2px
Description
The border width of the TabStrip indicator.
$kendo-tabstrip-indicator-colorString$kendo-color-primaryvar(--kendo-color-primary, #3f51b5)
Description
The border color of the TabStrip ripple.
$kendo-tabstrip-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TabStrip content.
$kendo-tabstrip-content-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the TabStrip content.
$kendo-tabstrip-content-border-widthNumber0px0px
Description
The border width around the TabStrip content.
$kendo-tabstrip-content-bgColortransparenttransparent
Description
The background color of the TabStrip content.
$kendo-tabstrip-content-textNullnullnull
Description
The text color of the TabStrip content.
$kendo-tabstrip-content-borderNullnullnull
Description
The border color of the TabStrip content.
$kendo-tabstrip-content-focus-borderString$kendo-component-textvar(--kendo-color-on-app-surface, #212121)
Description
The border color of the focused TabStrip content.

In this article

Not finding the help you need?