Fix big play button skin applied to settings menu

This commit is contained in:
Chocobozzz 2023-12-18 09:36:22 +01:00
parent a043de80d2
commit c72d5ead39
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 3 deletions

View File

@ -100,12 +100,15 @@ body {
}
}
.vjs-control-bar,
.vjs-big-play-button,
.vjs-settings-dialog {
.vjs-big-play-button {
background-color: pvar(--embedBigPlayBackgroundColor);
}
.vjs-settings-dialog,
.vjs-control-bar {
background-color: $primary-background-color;
}
.vjs-poster {
outline: 0;
background-size: cover;