leave important in CSS rules, it is necessary

This commit is contained in:
matty 2024-05-19 19:23:29 -04:00
parent 5ca4968e20
commit 68edfd8b3e
1 changed files with 2 additions and 2 deletions

View File

@ -297,13 +297,13 @@ input#search-video {
/* Video player styling */ /* Video player styling */
#video-wrapper { #video-wrapper {
background-color: transparent; background-color: transparent !important;
margin-top: 0.25rem; margin-top: 0.25rem;
} }
video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/ video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/
border-radius: 0.50rem; border-radius: 0.50rem;
background-color: transparent; background-color: transparent !important;
} }
/* random shit */ /* random shit */