slider.....

This commit is contained in:
MeowcaTheoRange 2023-12-21 19:11:59 -06:00
parent d347f3378e
commit 7b1e6603be

View file

@ -496,7 +496,8 @@ input[type="range"]::-webkit-slider-thumb {
border-radius: var(--border-radius);
background-color: var(--accent-color);
height: 1.625em;
height: 1.5em;
box-sizing: content-box;
width: 1em;
}
@ -510,6 +511,7 @@ input[type="range"]::-moz-range-thumb {
background-color: var(--accent-color);
height: 1.5em;
box-sizing: content-box;
width: 1em;
}