add border radius to the poster

This commit is contained in:
ashley 2025-09-14 23:02:16 +02:00
parent ecf09f9398
commit 0d122f9568

View File

@ -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;