mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
improved color scheme for embed player
This commit changes the colors of the play button on the embed video player to blend better with other websites. This relates to Issue #3706
This commit is contained in:
parent
bbd263c441
commit
73d6fd9e90
1 changed files with 8 additions and 0 deletions
|
@ -167,6 +167,7 @@
|
||||||
.vjs-big-play-button {
|
.vjs-big-play-button {
|
||||||
@extend .button--icon;
|
@extend .button--icon;
|
||||||
@extend .button--play;
|
@extend .button--play;
|
||||||
|
background-color: rgba(0,0,0,0.6);
|
||||||
border: none;
|
border: none;
|
||||||
position: static;
|
position: static;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
@ -176,6 +177,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.video-js:hover {
|
||||||
|
|
||||||
|
.vjs-big-play-button {
|
||||||
|
background-color: rgba(var(--color-primary),0.6);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-overlay__wrapper {
|
.video-overlay__wrapper {
|
||||||
|
|
Loading…
Add table
Reference in a new issue