diff --git a/assets/style.css b/assets/style.css index b88221e..081a04d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -300,7 +300,7 @@ input#search-video { 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; background-color: transparent; }