mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
win32: set color for scale marks
This commit is contained in:
parent
f7a3d54a76
commit
bfcc6c015e
@ -449,6 +449,11 @@ GtkButton.check:active:prelight {
|
||||
background-image: -gtk-win32-theme-part(trackbar, 1 1);
|
||||
}
|
||||
|
||||
.scale.mark.separator {
|
||||
/* defines the color of the actuall marks on the scale */
|
||||
color: shade(@bg_color, 0.6);
|
||||
}
|
||||
|
||||
.scale.slider {
|
||||
background-color: transparent;
|
||||
border-width: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user