Make floating bar neutral color
parent
be9ca88355
commit
1a552536ff
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue