From f1f68f5e9596177ee25063bcb0b7cde1be395cff Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 19 May 2024 18:30:36 -0400 Subject: [PATCH] video control bar styling --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }