2022-05-27 06:44:54 +02:00
|
|
|
/* Change all text and icon colors in the player. */
|
|
|
|
.vjs-owncast.video-js {
|
2022-08-30 08:17:12 +02:00
|
|
|
color: var(--theme-color-components-text-on-light);
|
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-08-30 08:17:12 +02:00
|
|
|
color: var(--theme-color-action);
|
|
|
|
font-size: 8rem !important;
|
2022-08-19 04:59:17 +02:00
|
|
|
border-color: transparent !important;
|
2022-05-27 06:44:54 +02:00
|
|
|
border-radius: var(--theme-rounded-corners) !important;
|
2022-08-19 04:59:17 +02:00
|
|
|
background-color: transparent !important;
|
|
|
|
text-shadow: 2px 3px 4px #0000005f;
|
|
|
|
|
2022-08-30 08:17:12 +02:00
|
|
|
-webkit-text-stroke: 2px white;
|
|
|
|
text-stroke: 2px white;
|
|
|
|
|
2022-08-19 04:59:17 +02:00
|
|
|
:hover {
|
|
|
|
transition: all 0.2s ease-in-out;
|
2022-08-30 08:17:12 +02:00
|
|
|
font-size: 10rem;
|
2022-08-19 04:59:17 +02:00
|
|
|
text-shadow: 2px 5px 4px #00000093;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-owncast .vjs-loading-spinner {
|
|
|
|
z-index: 10;
|
|
|
|
display: block;
|
2022-08-30 08:17:12 +02:00
|
|
|
color: var(--theme-color-components-text-on-light);
|
2022-05-27 06:44:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-owncast .vjs-control-bar {
|
2022-08-30 08:17:12 +02:00
|
|
|
color: var(--theme-color-components-text-on-light);
|
|
|
|
background-color: var(--theme-color-background-main) !important;
|
2022-08-19 04:59:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.vjs-owncast .vjs-control {
|
2022-08-30 08:17:12 +02:00
|
|
|
color: var(--theme-color-components-text-on-light);
|
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-09-07 09:00:28 +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
|
|
|
}
|