diff --git a/src/main/frontend/ui.css b/src/main/frontend/ui.css index 883144150c8..45ef0f568a6 100644 --- a/src/main/frontend/ui.css +++ b/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)); +} \ No newline at end of file