Browse Source

fix(ui): incorrect accent color for the range slider

charlie 1 year ago
parent
commit
2fdd69090b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/frontend/ui.css

+ 4 - 0
src/main/frontend/ui.css

@@ -381,3 +381,7 @@ html.is-mobile {
 .ui__toggle-background-off {
   background: or(--ls-toggle-off-background, --lx-gray-08, rgb(212, 212, 212));
 }
+
+input[type='range'] {
+  accent-color: var(--lx-accent-10, var(--rx-blue-10));
+}