range sliders also respect theme colors
| @@ -4181,12 +4181,13 @@ input[type='checkbox'].del_checkbox { | ||
| 4181 | 4181 | padding: 0 !important; |
| 4182 | 4182 | width: 100% !important; |
| 4183 | 4183 | height: 5px !important; |
| 4184 | 4184 | background: var(--white50aSmartThemeBodyColor) !important; |
| 4185 | 4185 | border-radius: 7px 7px 0 0 !important; |
| 4186 | 4186 | background-size: 70% 100% !important; |
| 4187 | 4187 | background-repeat: no-repeat !important; |
| 4188 | 4188 | box-shadow: inset 0 0 2px var(--black50a) !important; |
| 4189 | 4189 | cursor: ew-resize !important; |
| 4190 | + filter: brightness(0.75) | |
| 4190 | 4191 | } |
| 4191 | 4192 | |
| 4192 | 4193 | /* |
| @@ -4219,12 +4220,14 @@ input[type="range"] { | ||
| 4219 | 4220 | padding: 0; |
| 4220 | 4221 | width: 100%; |
| 4221 | 4222 | height: 5px; |
| 4222 | 4223 | background: var(--white50aSmartThemeBodyColor); |
| 4223 | 4224 | border-radius: 15px; |
| 4224 | 4225 | background-size: 70% 100%; |
| 4225 | 4226 | background-repeat: no-repeat; |
| 4226 | 4227 | box-shadow: inset 0 0 2px black; |
| 4227 | 4228 | cursor: ew-resize; |
| 4229 | + transition: all var(--animation-duration-2x) ease-in-out; | |
| 4230 | + filter: brightness(0.75); | |
| 4228 | 4231 | } |
| 4229 | 4232 | |
| 4230 | 4233 | input[type="range"]::-webkit-slider-thumb { |