Added headerbar fg color

This commit is contained in:
Satyajit Sahoo
2013-12-21 01:20:47 +05:30
parent 9e31ffe769
commit 590e916f41
+3 -1
View File
@@ -1889,6 +1889,8 @@ GtkColorButton.button {
border-style: solid;
border-color: shade(@toolbar_bg_color, 0.8);
background-color: @toolbar_bg_color;
background-image: none;
color: @toolbar_fg_color;
}
.header-bar .button.text-button {
@@ -1933,8 +1935,8 @@ GtkColorButton.button {
}
.toolbar:insensitive {
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.5);
background-color: shade(@toolbar_bg_color, 0.9);
color: mix(@toolbar_fg_color, @toolbar_bg_color, 0.5);
}
/* menubar toolbars */