* added depending on what marks are present.
*
* If the scale is displaying the value (see #GtkScale:draw-value), there is
- * subnode with name value.
+ * subnode with name value. This node will get the .top or .bottom style classes
+ * similar to the marks node.
*/
}
}
+ >value.top { margin-bottom: 9px; }
+ >value.bottom { margin-top: 9px; }
+
&.fine-tune indicator { min-height: ($_marks_length - 3px); }
}
}
}
+ >value.top { margin-bottom: 9px; }
+ >value.bottom { margin-top: 9px; }
+
&.fine-tune indicator { min-width: ($_marks_length - 3px); }
}
scale.horizontal > marks indicator { background-color: currentColor; min-height: 6px; min-width: 1px; }
+scale.horizontal > value.top { margin-bottom: 9px; }
+
+scale.horizontal > value.bottom { margin-top: 9px; }
+
scale.horizontal.fine-tune indicator { min-height: 3px; }
scale.vertical > marks { color: alpha(currentColor,0.55); }
scale.vertical > marks indicator { background-color: currentColor; min-height: 1px; min-width: 6px; }
+scale.vertical > value.top { margin-bottom: 9px; }
+
+scale.vertical > value.bottom { margin-top: 9px; }
+
scale.vertical.fine-tune indicator { min-width: 3px; }
scale.horizontal.marks-before:not(.marks-after) slider { margin: -10px; border-style: none; border-radius: 0; background-color: transparent; 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: -14px; background-position: top; background-repeat: no-repeat; box-shadow: none; }
scale.horizontal > marks indicator { background-color: currentColor; min-height: 6px; min-width: 1px; }
+scale.horizontal > value.top { margin-bottom: 9px; }
+
+scale.horizontal > value.bottom { margin-top: 9px; }
+
scale.horizontal.fine-tune indicator { min-height: 3px; }
scale.vertical > marks { color: alpha(currentColor,0.55); }
scale.vertical > marks indicator { background-color: currentColor; min-height: 1px; min-width: 6px; }
+scale.vertical > value.top { margin-bottom: 9px; }
+
+scale.vertical > value.bottom { margin-top: 9px; }
+
scale.vertical.fine-tune indicator { min-width: 3px; }
scale.horizontal.marks-before:not(.marks-after) slider { margin: -10px; border-style: none; border-radius: 0; background-color: transparent; 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: -14px; background-position: top; background-repeat: no-repeat; box-shadow: none; }