Tweaked insensitive toolbar font color
parent
0b6b8d02d1
commit
ac44306c31
|
@ -1704,7 +1704,7 @@ GtkColorButton.button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.toolbar:insensitive {
|
.toolbar:insensitive {
|
||||||
color: alpha (@theme_fg_color, 0.6);
|
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.5);
|
||||||
background-color: shade(@toolbar_bg_color, 0.9);
|
background-color: shade(@toolbar_bg_color, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue