File tree Expand file tree Collapse file tree
src/player/modules/ViewVideo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 620620
621621.playerContainer .controls .layoutAreasSchematic .schematicCenter {
622622 flex : 1 1 auto;
623- background : var ( --video-background-color ) ;
623+ background : transparent ;
624624 min-height : 50px ;
625625 border-radius : 2px ;
626626 display : flex;
629629}
630630
631631.playerContainer .controls .layoutAreasSchematic .schematicCenter .icon-play-1 ::before {
632- font-size : 16 px !important ;
632+ font-size : 18 px !important ;
633633 margin : 0 ;
634634 width : auto;
635635 line-height : normal;
639639
640640.playerContainer .controls .layoutAreasSchematic .schematicArea {
641641 background : var (--semi-transparent-fg-color );
642+ border : 1px dashed var (--primary-fg-color );
642643 border-radius : 2px ;
643644 cursor : pointer;
644- opacity : 0.4 ;
645+ opacity : 0.7 ;
645646 transition : opacity 150ms , background-color 150ms ;
646647}
647648
648649.playerContainer .controls .layoutAreasSchematic .schematicArea : hover {
649- opacity : 0.7 ;
650+ opacity : 0.85 ;
650651}
651652
652653.playerContainer .controls .layoutAreasSchematic .schematicArea .active {
653654 background : var (--secondary-fg-color );
654655 opacity : 1 ;
656+ border-color : transparent;
655657}
656658
657659.playerContainer .controls .layoutAreasSchematic .schematicAreaTop ,
You can’t perform that action at this time.
0 commit comments