Tweaked insensitive toolbar font color

This commit is contained in:
Satyajit Sahoo
2013-07-06 13:15:42 +05:30
parent 0b6b8d02d1
commit ac44306c31
+1 -1
View File
@@ -1704,7 +1704,7 @@ GtkColorButton.button {
}
.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);
}