Fix play button z-index + add basic player theme
This commit is contained in:
14
web/components/video/player.scss
Normal file
14
web/components/video/player.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user