range slider knobs match theme

de1b4a377090d478265c0bb85384230d5b5d2aab

RossAscends <124905043+RossAscends@users.noreply.github.com>

1 files changed, +4 -3Showing whitespace changes
public/style.css+4 -3
@@ -4233,13 +4233,14 @@ input[type="range"] {
4233input[type="range"]::-webkit-slider-thumb {4233input[type="range"]::-webkit-slider-thumb {
4234 -webkit-appearance: none;4234 -webkit-appearance: none;
4235 position: relative;4235 position: relative;
4236 box-shadow: 0 0 5px 0 black;4236 /*box-shadow: 0 0 5px 0 black;
4237 box-shadow: inset 0 0 5px var(--black70a);4237 box-shadow: inset 0 0 5px var(--black70a);*/
4238 -webkit-appearance: none;4238 -webkit-appearance: none;
4239 height: 15px;4239 height: 15px;
4240 width: 15px;4240 width: 15px;
4241 border-radius: 50%;4241 border-radius: 50%;
4242 background: var(--white100);4242 background: var(--SmartThemeCheckboxTickColor);
4243 border: 2px solid var(--SmartThemeBodyColor);
4243}4244}
42444245
4245.doubleRangeContainer {4246.doubleRangeContainer {