From 1b64ba4e764b74ee1eb81361210165f2b85eea6f Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Wed, 13 Apr 2016 19:47:47 +0200 Subject: [PATCH] * Slider: Minimal desing update. (#336) --- gtk-3.20/scss/widgets/_progress.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.20/scss/widgets/_progress.scss b/gtk-3.20/scss/widgets/_progress.scss index a140bac..099416f 100644 --- a/gtk-3.20/scss/widgets/_progress.scss +++ b/gtk-3.20/scss/widgets/_progress.scss @@ -132,7 +132,7 @@ slider { min-height: 15px; min-width: 15px; - margin: -6px; + margin: -7px; } // Click-and-hold the slider to activate @@ -162,7 +162,7 @@ // Trough trough { - $_scale_trough_bg: if($variant == 'light', shade($toolbar_bg_color, .8), darken($bg_color, 5%)); + $_scale_trough_bg: if($variant == 'light', shade($bg_color, .8), darken($bg_color, 5%)); outline-offset: 2px; -gtk-outline-radius: 4.5px; @@ -214,7 +214,7 @@ } slider { - $_slider_border: if($variant=='light', transparentize(darken($button_border,25%), 0.5), darken($button_border,2%)); + $_slider_border: if($variant=='light', transparentize(shade($button_border, .25), 0.5), darken($button_border,2%)); background-color: $button_bg; border: 1px solid $_slider_border;