2022-05-27 06:44:54 +02:00
|
|
|
/* Change all text and icon colors in the player. */
|
|
|
|
.vjs-owncast.video-js {
|
2022-07-11 01:42:35 +02:00
|
|
|
color: var(--theme-unknown-2);
|
2022-05-27 06:44:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-owncast .vjs-big-play-button {
|
2022-07-08 09:10:18 +02:00
|
|
|
z-index: 10;
|
2022-07-11 01:42:35 +02:00
|
|
|
border-color: var(--theme-unknown) !important;
|
2022-05-27 06:44:54 +02:00
|
|
|
border-radius: var(--theme-rounded-corners) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-owncast .vjs-control-bar {
|
2022-07-11 01:42:35 +02:00
|
|
|
background-color: var(--theme-unknown) !important;
|
2022-05-27 06:44:54 +02:00
|
|
|
}
|
2022-06-19 22:49:42 +02:00
|
|
|
|
2022-06-22 00:38:37 +02:00
|
|
|
.vjs-airplay .vjs-icon-placeholder::before {
|
2022-07-11 01:42:35 +02:00
|
|
|
content: url('./airplay.png');
|
2022-06-22 00:38:37 +02:00
|
|
|
}
|
2022-06-19 22:49:42 +02:00
|
|
|
|
|
|
|
.vjs-quality-selector .vjs-icon-placeholder {
|
|
|
|
font-family: VideoJS;
|
|
|
|
font-weight: 400;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
.vjs-quality-selector .vjs-icon-placeholder::before {
|
2022-07-11 01:42:35 +02:00
|
|
|
content: '\f110';
|
2022-07-08 09:10:18 +02:00
|
|
|
}
|