From 618e8624fbcdb7632ada1b15b36097eab0c3c719 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 18 Jul 2015 18:47:09 +0200 Subject: gnome-shell: fix search-entry selection highlight --- common/gnome-shell/3.16/sass/_common.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gnome-shell/3.16/sass') diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index a41b8d8..b192285 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -1333,6 +1333,9 @@ StScrollBar { caret-color: $selected_fg_color; background-color: $selected_bg_color; + selection-background-color: $selected_fg_color; + selected-color: $selected_bg_color; + .search-entry-icon { color: $selected_fg_color; } } } -- cgit v1.2.3