Gnome: Fix dark text color in nautilus searchbar

This commit is contained in:
EliverLara
2020-05-15 17:03:22 -05:00
parent d5e81c7340
commit 49e7b6eb28
3 changed files with 66 additions and 0 deletions

View File

@@ -182,6 +182,24 @@ headerbar {
.linked > button:backdrop {
@extend %linked-header;
}
.linked:not(.vertical) > entry, entry {
border-color:$borders_color;
box-shadow: none;
background: lighten($headerbar_color, 3%);
color: $headerbar_fg_color;
caret-color: $headerbar_fg_color;
*{ color: $headerbar_fg_color; }
&:focus {
border-color: entry_focus_border();
}
&:backdrop {
background: lighten($headerbar_color, 3%); ;
}
& image:hover{
color:$selected_bg_color;
}
}
// End reset style
&.selection-mode {