Make floating bar neutral color

pull/20/merge
Satyajit Sahoo 2013-02-28 02:37:22 +05:30
parent be9ca88355
commit 1a552536ff
1 changed files with 3 additions and 3 deletions

View File

@ -727,11 +727,11 @@ GtkInfoBar {
.floating-bar { .floating-bar {
border-width: 1px; border-width: 1px;
border-style: solid; border-style: solid;
border-color: alpha(@theme_selected_bg_color, 0.3); border-color: shade(@theme_bg_color, 0.8);
border-radius: 2px; border-radius: 2px;
background-color: mix(@theme_base_color, @theme_selected_bg_color, 0.1); background-color: @theme_bg_color;
background-image: none; background-image: none;
color: alpha(@theme_selected_bg_color, 0.7); color: @theme_fg_color;
} }
.floating-bar.top { .floating-bar.top {