Skip to content

Commit

Permalink
Fix big play button skin applied to settings menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Dec 18, 2023
1 parent a043de8 commit c72d5ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions client/src/sass/player/peertube-skin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c72d5ea

Please sign in to comment.