Changes to scroll fab CSS

This commit is contained in:
booploops 2021-12-10 01:09:19 -08:00
parent 630fc0e625
commit 0f5460aa3c

View file

@ -1621,10 +1621,10 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
bottom: 32px; bottom: 32px;
right: 32px; right: 32px;
border-radius: 100%; border-radius: 100%;
background: rgb(86 86 86 / 50%); background: rgb(60 60 60);
border: 0px; border: 0px;
appearance: none; appearance: none;
backdrop-filter: blur(16px) saturate(180%); box-shadow: var(--mediaItemShadow-Shadow);
>svg { >svg {
height: 50%; height: 50%;
@ -1632,7 +1632,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
} }
&:hover { &:hover {
background: rgb(186 186 186 / 50%); background: rgb(100 100 100);
} }
&:active { &:active {