* Slider: Minimal desing update. (#336)

pull/339/merge
Csaba Jakosa 2016-04-13 19:47:47 +02:00 committed by Dustin Falgout
parent a1be438bfc
commit 1b64ba4e76
1 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@
slider { slider {
min-height: 15px; min-height: 15px;
min-width: 15px; min-width: 15px;
margin: -6px; margin: -7px;
} }
// Click-and-hold the slider to activate // Click-and-hold the slider to activate
@ -162,7 +162,7 @@
// Trough // Trough
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; outline-offset: 2px;
-gtk-outline-radius: 4.5px; -gtk-outline-radius: 4.5px;
@ -214,7 +214,7 @@
} }
slider { 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; background-color: $button_bg;
border: 1px solid $_slider_border; border: 1px solid $_slider_border;