mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
committed by
Dustin Falgout
parent
69b3706021
commit
f7f927a44e
@@ -145,7 +145,19 @@
|
|||||||
|
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
padding: $spacing ($spacing * 2);
|
padding: $spacing;
|
||||||
|
|
||||||
|
&.horizontal {
|
||||||
|
trough { padding: 0 3px; }
|
||||||
|
|
||||||
|
highlight, fill { margin: 0 -4px; }
|
||||||
|
}
|
||||||
|
|
||||||
|
&.vertical {
|
||||||
|
trough { padding: 3px 0; }
|
||||||
|
|
||||||
|
highlight, fill { margin: -4px 0; }
|
||||||
|
}
|
||||||
|
|
||||||
// The slider is inside the trough, negative margin to make it bigger
|
// The slider is inside the trough, negative margin to make it bigger
|
||||||
slider {
|
slider {
|
||||||
@@ -156,20 +168,10 @@
|
|||||||
|
|
||||||
// Click-and-hold the slider to activate
|
// Click-and-hold the slider to activate
|
||||||
&.fine-tune {
|
&.fine-tune {
|
||||||
&.horizontal {
|
|
||||||
padding-top: 4px;
|
|
||||||
padding-bottom: 4px;
|
|
||||||
min-height: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.vertical {
|
|
||||||
padding-left: 4px;
|
|
||||||
padding-right: 4px;
|
|
||||||
min-width: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Make the trough grow in fine-tune mode
|
// Make the trough grow in fine-tune mode
|
||||||
slider { margin: -4px; }
|
slider { margin: -7px; }
|
||||||
|
|
||||||
|
highlight { background-color: shade($selected_bg_color, 1.1); }
|
||||||
|
|
||||||
fill,
|
fill,
|
||||||
highlight,
|
highlight,
|
||||||
|
|||||||
Reference in New Issue
Block a user