Fix titlebar fg color

pull/145/head
Satyajit Sahoo 2014-02-23 00:22:39 +05:30
parent ca2e8bd915
commit a9c3ce1f54
1 changed files with 1 additions and 1 deletions

View File

@ -2041,7 +2041,7 @@ GtkColorButton.button {
border-color: shade(@titlebar_bg_color, 0.8);
background-color: @titlebar_bg_color;
background-image: none;
color: @titlebar_bg_color;
color: @titlebar_fg_color;
}
.header-bar .button.text-button {