leave important in CSS rules, it is necessary
This commit is contained in:
parent
5ca4968e20
commit
68edfd8b3e
@ -297,13 +297,13 @@ input#search-video {
|
||||
/* Video player styling */
|
||||
|
||||
#video-wrapper {
|
||||
background-color: transparent;
|
||||
background-color: transparent !important;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
video, div[id^="vjs_video_"], .vjs-control-bar { /* handles both live and VODs as well as control bar on player*/
|
||||
border-radius: 0.50rem;
|
||||
background-color: transparent;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
/* random shit */
|
||||
|
Loading…
Reference in New Issue
Block a user