Bilibili-Evolved/video/custom-control-background/custom-control-background.scss
2018-11-03 23:26:36 +08:00

9 lines
262 B
SCSS

.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: rgba(0,0,0,$customControlBackgroundOpacity) !important;
}