Fix play button z-index + add basic player theme

This commit is contained in:
Gabe Kangas
2022-05-26 21:44:54 -07:00
parent 8ed01ed4da
commit da0a2f5f5d
4 changed files with 17 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
/* 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;
}