From fa23eee05d6879da1a55c824c308250577e06acf Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 18 Jul 2015 18:58:55 +0200 Subject: gnome-shell: more search entry fixes --- common/gnome-shell/3.14/gnome-shell.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common/gnome-shell/3.14') diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 0c2f014..a2dfdda 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -624,17 +624,19 @@ StScrollBar StButton#vhandle:active { .search-entry:hover { color: #5c616c; + border-color: rgba(0, 0, 0, 0.0); caret-color: #5c616c; background-color: rgba(255, 255, 255, 0.9); } .search-entry:focus { color: #ffffff; + border-color: rgba(0, 0, 0, 0.0); caret-color: #ffffff; background-color: #5294E2; - selection-background-color: $selected_fg_color; - selected-color: $selected_bg_color; + selection-background-color: #ffffff; + selected-color: #5294E2; font-weight: bold; transition-duration: 0ms; -- cgit v1.2.3