red button on hover
This commit is contained in:
parent
04b9e547db
commit
9c7c821442
1 changed files with 5 additions and 0 deletions
|
@ -3193,6 +3193,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
background: rgba(50, 50, 50, 0.7);
|
background: rgba(50, 50, 50, 0.7);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: opacity 0.1s var(--appleEase);
|
transition: opacity 0.1s var(--appleEase);
|
||||||
|
:hover{
|
||||||
|
border-radius: 50%;
|
||||||
|
background: rgba(250, 0, 0, 0.7);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .play-btn {
|
> .play-btn {
|
||||||
|
@ -3200,6 +3204,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
bottom: 14px;
|
bottom: 14px;
|
||||||
left: 14px;
|
left: 14px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> .menu-btn {
|
> .menu-btn {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue