* Fix fine-tune.

pull/563/head
Megax 2016-09-05 17:12:52 +02:00
parent 2faeb278cd
commit 26be65dcd3
1 changed files with 3 additions and 1 deletions
gtk-3.20/scss/widgets

View File

@ -169,7 +169,9 @@
// Click-and-hold the slider to activate
&.fine-tune {
// Make the trough grow in fine-tune mode
slider { margin: -6px; }
slider { margin: -7px; }
highlight { background-color: shade($selected_bg_color, 1.1); }
fill,
highlight,