Adwaita: shrink back scale trough

like it was before the GtkRange gadgettification.
This commit is contained in:
Lapo Calamandrei 2016-03-04 20:08:19 +01:00
parent 69479ceaef
commit 59badc320e
3 changed files with 137 additions and 137 deletions

View File

@ -2512,20 +2512,20 @@ scale {
slider {
min-height: 18px;
min-width: 18px;
margin: -8px;
margin: -9px;
}
&.fine-tune {
&.horizontal {
padding-top: 10px;
padding-bottom: 10px;
min-height: 14px;
padding-top: 9px;
padding-bottom: 9px;
min-height: 16px;
}
&.vertical {
padding-left: 10px;
padding-right: 10px;
min-width: 14px;
padding-left: 9px;
padding-right: 9px;
min-width: 16px;
}
slider { margin: -6px; }
@ -2638,7 +2638,7 @@ scale {
(bottom, right, left) {
&.#{$marks_class} {
margin-#{$marks_margin}: $_marks_distance;
margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght - 2px);
margin-#{$marks_pos}: -($_marks_distance + $_marks_lenght - 3px);
}
}
}
@ -2647,14 +2647,14 @@ scale {
min-height: $_marks_lenght;
min-width: 1px;
}
&.fine-tune indicator { min-height: ($_marks_lenght - 2px); }
&.fine-tune indicator { min-height: ($_marks_lenght - 3px); }
}
&.vertical {
indicator {
min-height: 1px;
min-width: $_marks_lenght;
}
&.fine-tune indicator { min-width: ($_marks_lenght - 2px); }
&.fine-tune indicator { min-width: ($_marks_lenght - 3px); }
}
// *WARNING* scale with marks madness following
@ -2675,7 +2675,7 @@ scale {
&.#{$dir_class} {
contents#{$nth_child} > trough > slider {
&#{$state} {
margin: -9px;
margin: -10px;
$_scale_asset: 'assets/slider-#{$dir_infix}-#{$marks_infix}#{$state_infix}#{$suffix}';
border-style: none;
border-radius: 0;
@ -2688,11 +2688,11 @@ scale {
min-width: 22px;
@if $marks_infix == 'scale-has-marks-above' {
margin-top: -13px;
margin-top: -14px;
$_scale_slider_bg_pos: top;
}
@else { margin-bottom: -13px; }
@else { margin-bottom: -14px; }
}
@else {
@ -2700,13 +2700,13 @@ scale {
min-width: 26px;
@if $marks_infix == 'scale-has-marks-above' {
margin-left: -13px;
margin-left: -14px;
$_scale_slider_bg_pos: left bottom;
}
@else {
margin-right: -13px;
margin-right: -14px;
$_scale_slider_bg_pos: right bottom;
}

View File

@ -2614,15 +2614,15 @@ scale {
scale slider {
min-height: 18px;
min-width: 18px;
margin: -8px; }
margin: -9px; }
scale.fine-tune.horizontal {
padding-top: 10px;
padding-bottom: 10px;
min-height: 14px; }
padding-top: 9px;
padding-bottom: 9px;
min-height: 16px; }
scale.fine-tune.vertical {
padding-left: 10px;
padding-right: 10px;
min-width: 14px; }
padding-left: 9px;
padding-right: 9px;
min-width: 16px; }
scale.fine-tune slider {
margin: -6px; }
scale.fine-tune fill,
@ -2746,34 +2746,34 @@ scale {
margin-right: -12px; }
scale.fine-tune marks.top {
margin-bottom: 6px;
margin-top: -10px; }
margin-top: -9px; }
scale.fine-tune marks.bottom {
margin-top: 6px;
margin-bottom: -10px; }
margin-bottom: -9px; }
scale.fine-tune marks.top {
margin-right: 6px;
margin-left: -10px; }
margin-left: -9px; }
scale.fine-tune marks.bottom {
margin-left: 6px;
margin-right: -10px; }
margin-right: -9px; }
scale.horizontal indicator {
min-height: 6px;
min-width: 1px; }
scale.horizontal.fine-tune indicator {
min-height: 4px; }
min-height: 3px; }
scale.vertical indicator {
min-height: 1px;
min-width: 6px; }
scale.vertical.fine-tune indicator {
min-width: 4px; }
min-width: 3px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2781,13 +2781,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2795,13 +2795,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2809,13 +2809,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2823,13 +2823,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2837,13 +2837,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2851,13 +2851,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2865,13 +2865,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover-dark.png"), url("assets/slider-horz-scale-has-marks-below-hover-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2879,13 +2879,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2893,13 +2893,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2907,13 +2907,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2921,13 +2921,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive-dark@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2935,13 +2935,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2949,13 +2949,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover-dark.png"), url("assets/slider-vert-scale-has-marks-above-hover-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2963,13 +2963,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2977,13 +2977,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2991,13 +2991,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3005,13 +3005,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3019,13 +3019,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3033,13 +3033,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover-dark.png"), url("assets/slider-vert-scale-has-marks-below-hover-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3047,13 +3047,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3061,13 +3061,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3075,13 +3075,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3089,13 +3089,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive-dark@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }

View File

@ -2645,15 +2645,15 @@ scale {
scale slider {
min-height: 18px;
min-width: 18px;
margin: -8px; }
margin: -9px; }
scale.fine-tune.horizontal {
padding-top: 10px;
padding-bottom: 10px;
min-height: 14px; }
padding-top: 9px;
padding-bottom: 9px;
min-height: 16px; }
scale.fine-tune.vertical {
padding-left: 10px;
padding-right: 10px;
min-width: 14px; }
padding-left: 9px;
padding-right: 9px;
min-width: 16px; }
scale.fine-tune slider {
margin: -6px; }
scale.fine-tune fill,
@ -2777,34 +2777,34 @@ scale {
margin-right: -12px; }
scale.fine-tune marks.top {
margin-bottom: 6px;
margin-top: -10px; }
margin-top: -9px; }
scale.fine-tune marks.bottom {
margin-top: 6px;
margin-bottom: -10px; }
margin-bottom: -9px; }
scale.fine-tune marks.top {
margin-right: 6px;
margin-left: -10px; }
margin-left: -9px; }
scale.fine-tune marks.bottom {
margin-left: 6px;
margin-right: -10px; }
margin-right: -9px; }
scale.horizontal indicator {
min-height: 6px;
min-width: 1px; }
scale.horizontal.fine-tune indicator {
min-height: 4px; }
min-height: 3px; }
scale.vertical indicator {
min-height: 1px;
min-width: 6px; }
scale.vertical.fine-tune indicator {
min-width: 4px; }
min-width: 3px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider, scale.horizontal contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2812,13 +2812,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:hover, scale.horizontal contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2826,13 +2826,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2840,13 +2840,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2854,13 +2854,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop.png"), url("assets/slider-horz-scale-has-marks-above-backdrop@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2868,13 +2868,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.color.horizontal trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-backdrop-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
margin-top: -13px;
margin-top: -14px;
background-position: top;
background-repeat: no-repeat;
box-shadow: none; }
@ -2882,13 +2882,13 @@ scale {
margin: -7px;
margin-top: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2896,13 +2896,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-hover.png"), url("assets/slider-horz-scale-has-marks-below-hover@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2910,13 +2910,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2924,13 +2924,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2938,13 +2938,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop.png"), url("assets/slider-horz-scale-has-marks-below-backdrop@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2952,13 +2952,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.horizontal contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-backdrop-insensitive@2.png"));
min-height: 26px;
min-width: 22px;
margin-bottom: -13px;
margin-bottom: -14px;
background-position: bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2966,13 +2966,13 @@ scale {
margin: -7px;
margin-bottom: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2980,13 +2980,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:hover, scale.vertical contents:last-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-hover.png"), url("assets/slider-vert-scale-has-marks-above-hover@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -2994,13 +2994,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3008,13 +3008,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3022,13 +3022,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop.png"), url("assets/slider-vert-scale-has-marks-above-backdrop@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3036,13 +3036,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(rtl) trough contents:last-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-backdrop-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
margin-left: -13px;
margin-left: -14px;
background-position: left bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3050,13 +3050,13 @@ scale {
margin: -7px;
margin-left: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3064,13 +3064,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:hover, scale.vertical contents:first-child:not(:only-child) > trough > slider:hover {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-hover.png"), url("assets/slider-vert-scale-has-marks-below-hover@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3078,13 +3078,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3092,13 +3092,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3106,13 +3106,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop.png"), url("assets/slider-vert-scale-has-marks-below-backdrop@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }
@ -3120,13 +3120,13 @@ scale {
margin: -7px;
margin-right: -11px; }
scale.color.vertical:dir(ltr) trough contents:first-child:not(:only-child) > trough > slider:backdrop:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:backdrop:disabled {
margin: -9px;
margin: -10px;
border-style: none;
border-radius: 0;
background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-backdrop-insensitive@2.png"));
min-height: 22px;
min-width: 26px;
margin-right: -13px;
margin-right: -14px;
background-position: right bottom;
background-repeat: no-repeat;
box-shadow: none; }