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