Tweaked insensitive toolbar font color

pull/54/merge
Satyajit Sahoo 2013-07-06 13:15:42 +05:30
parent 0b6b8d02d1
commit ac44306c31
1 changed files with 1 additions and 1 deletions

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);
}