win32: actually match the separator

This commit is contained in:
Ignacio Casal Quinteiro
2014-01-24 21:59:46 +01:00
parent 9fde11c4c1
commit 799d1f7adb

View File

@@ -449,7 +449,7 @@ GtkButton.check:active:prelight {
background-image: -gtk-win32-theme-part(trackbar, 1 1);
}
.scale.mark {
.scale.mark.separator {
/* defines the color of the actuall marks on the scale */
color: shade(@bg_color, 0.6);
}