red button on hover

This commit is contained in:
vapormusic 2022-01-06 11:50:44 +07:00
parent 04b9e547db
commit 9c7c821442

View file

@ -3193,6 +3193,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
background: rgba(50, 50, 50, 0.7);
cursor: pointer;
transition: opacity 0.1s var(--appleEase);
:hover{
border-radius: 50%;
background: rgba(250, 0, 0, 0.7);
}
}
> .play-btn {
@ -3200,6 +3204,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
bottom: 14px;
left: 14px;
z-index: 2;
}
> .menu-btn {