harden video border a bit, 0.5 to 0.25 rem

This commit is contained in:
matty 2024-09-07 16:10:14 -04:00
parent 7422543337
commit c0a4284d89
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ input#search-video {
}
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.25rem;
background-color: transparent !important;
}