Fix big play button skin applied to settings menu
This commit is contained in:
parent
a043de80d2
commit
c72d5ead39
1 changed files with 6 additions and 3 deletions
|
@ -100,12 +100,15 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-control-bar,
|
.vjs-big-play-button {
|
||||||
.vjs-big-play-button,
|
|
||||||
.vjs-settings-dialog {
|
|
||||||
background-color: pvar(--embedBigPlayBackgroundColor);
|
background-color: pvar(--embedBigPlayBackgroundColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vjs-settings-dialog,
|
||||||
|
.vjs-control-bar {
|
||||||
|
background-color: $primary-background-color;
|
||||||
|
}
|
||||||
|
|
||||||
.vjs-poster {
|
.vjs-poster {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
Loading…
Reference in a new issue