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-bgNullnullnull
Description
Background color of tabstrip component
$kendo-tabstrip-textString$kendo-subtle-textvar(--kendo-color-subtle, #757575)
Description
Text color of tabstrip component
$kendo-tabstrip-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
Border color of tabstrip component
$kendo-tabstrip-item-padding-xStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
Horizontal padding of tabs
$kendo-tabstrip-item-padding-yStringk-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)
Description
Vertical padding of tabs
$kendo-tabstrip-item-border-widthNumber0px0px
Description
Width of border around of tabs
$kendo-tabstrip-item-border-radiusNumber0px0px
Description
Border radius of tabs
$kendo-tabstrip-item-gapStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Spacing between tabs
$kendo-tabstrip-item-bgNullnullnull
Description
Background color of tabs
$kendo-tabstrip-item-textString$kendo-subtle-textvar(--kendo-color-subtle, #757575)
Description
Text color of tabs
$kendo-tabstrip-item-borderNullnullnull
Description
Border color of tabs
$kendo-tabstrip-item-gradientNullnullnull
Description
Background gradient of tabs
$kendo-tabstrip-item-hover-bgString$kendo-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
Background color of hovered tabs
$kendo-tabstrip-item-hover-textString$kendo-body-textvar(--kendo-color-on-app-surface, #212121)
Description
Text color of hovered tabs
$kendo-tabstrip-item-hover-borderNullnullnull
Description
Border color of hovered tabs
$kendo-tabstrip-item-hover-gradientNullnullnull
Description
Background gradient of hovered tabs
$kendo-tabstrip-item-selected-bgNullnullnull
Description
Background color of selected tabs
$kendo-tabstrip-item-selected-textString$kendo-body-textvar(--kendo-color-on-app-surface, #212121)
Description
Text color of selected tabs
$kendo-tabstrip-item-selected-borderNullnullnull
Description
Border color of selected tabs
$kendo-tabstrip-item-selected-gradientNullnullnull
Description
Background gradient of selected tabs
$kendo-tabstrip-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Horizontal padding of tabstrip content
$kendo-tabstrip-content-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Vertical padding of tabstrip content
$kendo-tabstrip-content-border-widthNumber0px0px
Description
Width of border around tabstrip content
$kendo-tabstrip-content-bgColortransparenttransparent
Description
Background color of tabstrip content
$kendo-tabstrip-content-textNullnullnull
Description
Text color of tabstrip content
$kendo-tabstrip-content-borderNullnullnull
Description
Border color of tabstrip content
$kendo-tabstrip-content-focus-borderString$kendo-component-textvar(--kendo-color-on-app-surface, #212121)
Description
Border color of tabstrip focused content

In this article

Not finding the help you need?