Skip to content

Commit fc85947

Browse files
Improve layout area toggle css
1 parent 5a7044d commit fc85947

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/player/modules/ViewVideo/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
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;
@@ -629,7 +629,7 @@
629629
}
630630

631631
.playerContainer .controls .layoutAreasSchematic .schematicCenter .icon-play-1::before {
632-
font-size: 16px !important;
632+
font-size: 18px !important;
633633
margin: 0;
634634
width: auto;
635635
line-height: normal;
@@ -639,19 +639,21 @@
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,

0 commit comments

Comments
 (0)