Video play button adjustments.

This commit is contained in:
Kaj Forney 2023-02-23 12:53:43 -07:00
parent 5132324f86
commit dda68adc89
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -276,8 +276,8 @@ and was then modified by me as necessary.*/
}
.youtube-video .playButton {
width: 90px;
height: 60px;
width: 120px;
height: 90px;
background-color: #333;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
z-index: 1;
@ -288,10 +288,14 @@ and was then modified by me as necessary.*/
.youtube-video .playButton:before {
content: "";
border-style: solid;
border-width: 15px 0 15px 26.0px;
border-width: 30px 0 30px 52px;
border-color: transparent transparent transparent #fff;
}
.youtube-video:hover .playButton {
background-color: #FFBC42;
}
.youtube-video img,
.youtube-video .playButton {
cursor: pointer;