some visual fs fixes

This commit is contained in:
vapormusic 2022-01-08 20:38:20 +07:00
parent 5c9d93ce9c
commit 1296765bc1
2 changed files with 3 additions and 3 deletions

View file

@ -3607,7 +3607,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
appearance: none;
width: 100%;
height: 4px;
background-color: rgb(200 200 200 / 50%);
background-color: rgb(200 200 200 / 10%);
border-radius: 2px;
&::-webkit-slider-thumb {
@ -3618,7 +3618,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
width: 12px;
height: 12px;
border-radius: 100%;
background: rgba(77, 75, 75, 0.9);
background: rgba(236, 234, 234, 0.733);
cursor: default;
transition: opacity .10s var(--appleEase), transform .10s var(--appleEase);
}