2022-05-27 06:44:54 +02:00
|
|
|
/* Change all text and icon colors in the player. */
|
|
|
|
.vjs-owncast.video-js {
|
|
|
|
color: var(--primary-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-owncast .vjs-big-play-button {
|
|
|
|
z-index: 999999;
|
|
|
|
border-color: var(--primary-color) !important;
|
|
|
|
border-radius: var(--theme-rounded-corners) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-owncast .vjs-control-bar {
|
|
|
|
background-color: var(--theme-background) !important;
|
|
|
|
}
|
2022-06-19 22:49:42 +02:00
|
|
|
|
2022-06-22 00:38:37 +02:00
|
|
|
.vjs-airplay .vjs-icon-placeholder::before {
|
|
|
|
content: url("./airplay.png");
|
|
|
|
}
|
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 {
|
|
|
|
content: "\f110";
|
|
|
|
}
|