add border radius to the poster
This commit is contained in:
parent
ecf09f9398
commit
0d122f9568
@ -985,6 +985,11 @@ saa.innerHTML = `
|
||||
/* move the whole controls panel up a bit so buttons fit */
|
||||
.video-js .vjs-control-bar{bottom:12px!important}
|
||||
|
||||
/* poster border radius to 16px */
|
||||
.vjs-poster {
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
/* control bar: clean baseline */
|
||||
.vjs-control-bar{
|
||||
background:transparent!important;border:none!important;box-shadow:none!important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user