diff --git a/gtk/gtk-win32-base.css b/gtk/gtk-win32-base.css index 4abc53b374..776979ef07 100644 --- a/gtk/gtk-win32-base.css +++ b/gtk/gtk-win32-base.css @@ -449,6 +449,11 @@ GtkButton.check:active:prelight { background-image: -gtk-win32-theme-part(trackbar, 1 1); } +.scale.mark { + /* defines the color of the actuall marks on the scale */ + color: shade(@bg_color, 0.6); +} + .scale.slider { background-color: transparent; border-width: 0;