Update components to use the new style/color names

This commit is contained in:
Gabe Kangas
2022-07-10 16:42:35 -07:00
parent 9ec1d75d32
commit 255585cd9f
12 changed files with 75 additions and 47 deletions

View File

@@ -1,20 +1,20 @@
/* Change all text and icon colors in the player. */
.vjs-owncast.video-js {
color: var(--primary-color);
color: var(--theme-unknown-2);
}
.vjs-owncast .vjs-big-play-button {
z-index: 10;
border-color: var(--primary-color) !important;
border-color: var(--theme-unknown) !important;
border-radius: var(--theme-rounded-corners) !important;
}
.vjs-owncast .vjs-control-bar {
background-color: var(--theme-background) !important;
background-color: var(--theme-unknown) !important;
}
.vjs-airplay .vjs-icon-placeholder::before {
content: url("./airplay.png");
content: url('./airplay.png');
}
.vjs-quality-selector .vjs-icon-placeholder {
@@ -23,5 +23,5 @@
font-style: normal;
}
.vjs-quality-selector .vjs-icon-placeholder::before {
content: "\f110";
content: '\f110';
}