New to Kendo UI for Angular? Start a free 30-day trial
Customizing Tabstrip
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-tabstrip-wrapper-padding-x | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The horizontal padding of the TabStrip wrapper. | |||
$kendo-tabstrip-wrapper-padding-y | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The vertical padding of the TabStrip wrapper. | |||
$kendo-tabstrip-wrapper-border-width | Number | 0px | 0px |
Description
The border width around the TabStrip wrapper. | |||
$kendo-tabstrip-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the TabStrip. | |||
$kendo-tabstrip-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the TabStrip. | |||
$kendo-tabstrip-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the TabStrip. | |||
$kendo-tabstrip-border-width | Number | 1px | 1px |
Description
The border width around the TabStrip. | |||
$kendo-tabstrip-wrapper-bg | Null | null | null |
Description
The background color of the TabStrip wrapper. | |||
$kendo-tabstrip-wrapper-text | Null | null | null |
Description
The text color of the TabStrip wrapper. | |||
$kendo-tabstrip-wrapper-border | Null | null | null |
Description
The border color of the TabStrip wrapper. | |||
$kendo-tabstrip-bg | Null | null | null |
Description
The background color of the TabStrip. | |||
$kendo-tabstrip-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the TabStrip. | |||
$kendo-tabstrip-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the TabStrip. | |||
$kendo-tabstrip-item-padding-x | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The horizontal padding of the TabStrip items. | |||
$kendo-tabstrip-item-padding-y | String | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) |
Description
The vertical padding of the TabStrip items. | |||
$kendo-tabstrip-item-border-width | Number | 1px | 1px |
Description
The border width around the TabStrip items. | |||
$kendo-tabstrip-item-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the TabStrip items. | |||
$kendo-tabstrip-item-gap | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
The gap between the TabStrip items. | |||
$kendo-tabstrip-item-bg | Null | null | null |
Description
The background color of the TabStrip items. | |||
$kendo-tabstrip-item-text | String | $kendo-link-text | var(--kendo-color-primary, #ff6358) |
Description
The text color of the TabStrip items. | |||
$kendo-tabstrip-item-border | Null | null | null |
Description
The border color of the TabStrip items. | |||
$kendo-tabstrip-item-gradient | Null | null | null |
Description
The gradient of the TabStrip items. | |||
$kendo-tabstrip-item-hover-bg | Null | null | null |
Description
The background color of the hovered TabStrip items. | |||
$kendo-tabstrip-item-hover-text | String | $kendo-link-hover-text | var(--kendo-color-primary-hover, #ea5a51) |
Description
The text color of the hovered TabStrip items. | |||
$kendo-tabstrip-item-hover-border | Null | null | null |
Description
The border color of the hovered TabStrip items. | |||
$kendo-tabstrip-item-hover-gradient | Null | null | null |
Description
The gradient of the hovered TabStrip items. | |||
$kendo-tabstrip-item-selected-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the selected TabStrip items. | |||
$kendo-tabstrip-item-selected-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the selected TabStrip items. | |||
$kendo-tabstrip-item-selected-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the selected TabStrip items. | |||
$kendo-tabstrip-item-selected-gradient | Null | null | null |
Description
The gradient of the selected TabStrip items. | |||
$kendo-tabstrip-item-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 TabStrip items. | |||
$kendo-tabstrip-item-dragging-shadow | String | k-elevation(3) | var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
The shadow of the dragged TabStrip items. | |||
$kendo-tabstrip-item-disabled-bg | Null | null | null |
Description
The background color of the disabled TabStrip items. | |||
$kendo-tabstrip-item-disabled-text | Null | null | null |
Description
The text color of the disabled TabStrip items. | |||
$kendo-tabstrip-item-disabled-border | Null | null | null |
Description
The border color of the disabled TabStrip items. | |||
$kendo-tabstrip-item-disabled-gradient | Null | null | null |
Description
The gradient of the disabled TabStrip items. | |||
$kendo-tabstrip-item-disabled-opacity | Null | null | null |
Description
The opacity of the disabled TabStrip items. | |||
$kendo-tabstrip-item-disabled-filter | Null | null | null |
Description
The filter of the disabled TabStrip items. | |||
$kendo-tabstrip-indicator-size | Null | null | null |
Description
The border width of the TabStrip indicator. | |||
$kendo-tabstrip-indicator-color | Null | null | null |
Description
The border color of the TabStrip ripple. | |||
$kendo-tabstrip-content-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the TabStrip content. | |||
$kendo-tabstrip-content-padding-y | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the TabStrip content. | |||
$kendo-tabstrip-content-border-width | Number | 1px | 1px |
Description
The border width around the TabStrip content. | |||
$kendo-tabstrip-content-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the TabStrip content. | |||
$kendo-tabstrip-content-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the TabStrip content. | |||
$kendo-tabstrip-content-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the TabStrip content. | |||
$kendo-tabstrip-content-focus-border | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The border color of the focused TabStrip content. |