mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
28 lines
644 B
CSS
28 lines
644 B
CSS
.video-control-blur-layer
|
|
{
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
-webkit-backdrop-filter: blur(48px);
|
|
backdrop-filter: blur(48px);
|
|
z-index: -1;
|
|
top: 0;
|
|
}
|
|
.bilibili-player-video-control-mask
|
|
{
|
|
background: transparent !important;
|
|
}
|
|
.bilibili-player-video-control-bottom,
|
|
.bui-slider .bui-track.bui-track-video-progress .bui-bar-wrap
|
|
{
|
|
background-color: transparent !important;
|
|
}
|
|
.bilibili-player-video-control-bottom
|
|
{
|
|
position: relative;
|
|
}
|
|
.bilibili-player-area .bilibili-player-video-control-wrap,
|
|
.bilibili-player-area .bilibili-player-video-control-bottom
|
|
{
|
|
transition: none !important;
|
|
} |