Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
feat: style the captions settings dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 29, 2024
1 parent bf5eb38 commit 8c4acd6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/video.manchester.ac.uk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ video,
height: 100%;
}

.vjs-caption-settings {
top: 5rem;
background: $video-elem-background;
border-radius: $control-bar-border-radius;
}

.video-js .vjs-control-bar {
background: $video-elem-background !important;
color: white !important;
Expand Down

0 comments on commit 8c4acd6

Please sign in to comment.