From cf9842433e0a0fbba590d039f50997adaf4db39b Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Wed, 28 Aug 2013 13:56:28 +0200 Subject: [PATCH] search: "pushed in" :active state https://bugzilla.gnome.org/show_bug.cgi?id=704714 --- data/theme/gnome-shell.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 971957321..856e5cfd3 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1069,7 +1069,9 @@ StScrollBar StButton#vhandle:active { .app-well-app:checked > .overview-icon, .app-well-app:active > .overview-icon, .show-apps:checked > .overview-icon, -.show-apps:active > .overview-icon { +.show-apps:active > .overview-icon, +.search-provider-icon:active, +.list-search-result:active { background-gradient-start: rgba(255, 255, 255, .05); background-gradient-end: rgba(255, 255, 255, .15); background-gradient-direction: vertical;