win32: set color for scale marks

This commit is contained in:
Ignacio Casal Quinteiro
2014-01-24 18:26:26 +01:00
parent fb1c1bdd2f
commit 712c8d6253

View File

@@ -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;