New to Kendo UI for Angular? Start a free 30-day trial
Customizing Mediaplayer
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-media-player-border-width | 1px | ||
Description
Border width of the mediaplayer. | |||
$kendo-media-player-font-family | var( --kendo-font-family, inherit ) | ||
Description
Font family of the mediaplayer. | |||
$kendo-media-player-font-size | var( --kendo-font-size, inherit ) | ||
Description
Font size of the mediaplayer. | |||
$kendo-media-player-line-height | var( --kendo-line-height, normal ) | ||
Description
Line height of the mediaplayer. | |||
$kendo-media-player-bg | var( --kendo-component-bg, inherit ) | ||
Description
Background color of the mediaplayer. | |||
$kendo-media-player-text | var( --kendo-component-text, inherit ) | ||
Description
Text color of the mediaplayer. | |||
$kendo-media-player-border | var( --kendo-component-border, inherit ) | ||
Description
Border color of the mediaplayer. | |||
$kendo-media-player-overlay-bg | k-get-theme-color-var( neutral-130 ) | ||
Description
Mediaplayer overlay background color. | |||
$kendo-media-player-quality-border | k-get-theme-color-var( neutral-110 ) | ||
Description
Mediaplayer quality button border color. | |||
$kendo-media-player-title-font-size | var( --kendo-font-size-xl, inherit ) | ||
Description
Media player title font size. | |||
$kendo-media-player-titlebar-padding-x | map.get( $kendo-spacing, 2 ) | ||
Description
Mediaplayer titlebar horizontal padding. | |||
$kendo-media-player-titlebar-padding-y | map.get( $kendo-spacing, 2 ) | ||
Description
Mediaplayer titlebar vertical padding. | |||
$kendo-media-player-titlebar-bg | rgba( $kendo-color-black, .4 ) | ||
Description
Mediaplayer titlebar background color. | |||
$kendo-media-player-titlebar-text | $kendo-media-player-bg | ||
Description
Mediaplayer titlebar text color. |