mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
27 lines
633 B
SCSS
27 lines
633 B
SCSS
/* Change all text and icon colors in the player. */
|
|
.vjs-owncast.video-js {
|
|
color: var(--theme-unknown-2);
|
|
}
|
|
|
|
.vjs-owncast .vjs-big-play-button {
|
|
z-index: 10;
|
|
border-color: var(--theme-unknown) !important;
|
|
border-radius: var(--theme-rounded-corners) !important;
|
|
}
|
|
|
|
.vjs-owncast .vjs-control-bar {
|
|
background-color: var(--theme-unknown) !important;
|
|
}
|
|
|
|
.vjs-airplay .vjs-icon-placeholder::before {
|
|
content: url('./airplay.png');
|
|
}
|
|
|
|
.vjs-quality-selector .vjs-icon-placeholder {
|
|
font-family: VideoJS;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
.vjs-quality-selector .vjs-icon-placeholder::before {
|
|
content: '\f110';
|
|
}
|