Customizing Mediaplayer

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-media-player-border-widthNumber1px1px
Description
The border width of the MediaPlayer.
$kendo-media-player-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the MediaPlayer.
$kendo-media-player-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the MediaPlayer.
$kendo-media-player-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the MediaPlayer.
$kendo-media-player-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the MediaPlayer.
$kendo-media-player-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the MediaPlayer.
$kendo-media-player-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the MediaPlayer.
$kendo-media-player-titlebar-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the MediaPlayer title.
$kendo-media-player-titlebar-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the MediaPlayer title.
$kendo-media-player-titlebar-bgNullnullnull
Description
The background color of the MediaPlayer title.
$kendo-media-player-titlebar-textString$kendo-media-player-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The text color of the MediaPlayer title.
$kendo-media-player-titlebar-borderNullnullnull
Description
The border color of the MediaPlayer title.
$kendo-media-player-titlebar-gradientListif($kendo-enable-color-system, ( color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), color-mix(in srgb, k-color( on-app-surface ) 0%, transparent) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) ))color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 70%, transparent), color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 0%, transparent)
Description
The gradient of the MediaPlayer title.

In this article

Not finding the help you need?