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/gnome-shell.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/gnome-shell/3.16/gnome-shell.css') diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index a997e5d..ae0eb61 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -1049,7 +1049,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; } + background-color: #5294E2; + selection-background-color: #ffffff; + selected-color: #5294E2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } -- cgit v1.2.3