Changes to scroll fab CSS
This commit is contained in:
parent
630fc0e625
commit
0f5460aa3c
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue