From f2d2babc3c41bd53c00e47ed6a562b6911b7a968 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Tue, 1 Nov 2016 12:21:55 +0000 Subject: [PATCH] chaning color of upper range --- ui/src/components/range-slider/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/range-slider/style.css b/ui/src/components/range-slider/style.css index 66c1634b..c9f38a39 100644 --- a/ui/src/components/range-slider/style.css +++ b/ui/src/components/range-slider/style.css @@ -43,7 +43,7 @@ } @define-mixin range-upper { - background: var(--primary-background); + background: #e6e6e6; @add-mixin create-base-box-properties remCalc(50); }