control panel - shadow

This commit is contained in:
@CyberAndi 2024-02-02 23:44:37 +01:00 committed by GitHub
parent 6f8d68b9b8
commit a28118b57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -141,10 +141,18 @@ ul.vjs-menu-content::-webkit-scrollbar {
}
.video-js .vjs-control-bar {
background-color: transparent;
border-bottom-right-radius: 13px;
border-bottom-left-radius: 13px;
background-color: rgba(0,0,0,0.2);
backdrop-filter: blur(2.5px);
z-index: 100;
}
.video-js :is(button, .vjs-control) {
text-shadow: 0.2em 0.2em 0.5em rgb(0 0 0 / 75%), 0 0 0.2em #000000 !important;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: rgba(0,0,0,0.75);
border-radius: 5px !important;
@ -377,11 +385,12 @@ video.video-js {
position: relative;
display: flex;
line-height: 1.1em;
bottom: calc(8.645833vw * 0.75 + 6px - 1.2em);
bottom: calc(8.645833vw * 0.75 + 6px - 1.7em);
vertical-align: middle;
height: 4.5em;
padding-left: calc(200px + 2em);
z-index: 9;
width: 80vw;
z-index: 11;
}
img.thumbnail {