Customizing Mediaplayer
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-media-player-border-width | Number | 1px | 1px |
Description
The border width of the MediaPlayer. | |||
$kendo-media-player-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the MediaPlayer. | |||
$kendo-media-player-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the MediaPlayer. | |||
$kendo-media-player-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the MediaPlayer. | |||
$kendo-media-player-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the MediaPlayer. | |||
$kendo-media-player-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the MediaPlayer. | |||
$kendo-media-player-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
The border color of the MediaPlayer. | |||
$kendo-media-player-titlebar-padding-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal padding of the MediaPlayer title. | |||
$kendo-media-player-titlebar-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the MediaPlayer title. | |||
$kendo-media-player-titlebar-bg | Null | null | null |
Description
The background color of the MediaPlayer title. | |||
$kendo-media-player-titlebar-text | String | $kendo-media-player-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The text color of the MediaPlayer title. | |||
$kendo-media-player-titlebar-border | Null | null | null |
Description
The border color of the MediaPlayer title. | |||
$kendo-media-player-titlebar-gradient | List | if($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. |