From fe246470ce06e1343fa0661e8739bde10ac698bd Mon Sep 17 00:00:00 2001 From: Hashem Nasarat Date: Tue, 22 Jan 2013 14:11:41 -0500 Subject: [PATCH] Make Show Applications button depress when held down The way it currently exists is awkward and not how most virtual buttons work. This patch causes the "clicked" look to occur when the button is held. https://bugzilla.gnome.org/show_bug.cgi?id=692319 --- data/theme/gnome-shell.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 34e1afed3..c67148888 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -959,7 +959,8 @@ StScrollBar StButton#vhandle:active { color: white; } -.show-apps:checked > .overview-icon { +.show-apps:checked > .overview-icon, +.show-apps:active > .overview-icon { background-gradient-start: rgba(255, 255, 255, .05); background-gradient-end: rgba(255, 255, 255, .15); background-gradient-direction: vertical;