video control bar styling

This commit is contained in:
matty 2024-05-19 18:30:36 -04:00
parent 2045aad094
commit f1f68f5e95
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ input#search-video {
background-color: transparent !important; background-color: transparent !important;
} }
video, div[id^="vjs_video_"] { /* handles both live and VODs */ video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/
border-radius: 1rem; border-radius: 1rem;
background-color: transparent; background-color: transparent;
} }