[gnome-shell] Make Show Applications button depress when held down
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Make Show Applications button depress when held down
- Date: Thu, 24 Jan 2013 14:06:45 +0000 (UTC)
commit fe246470ce06e1343fa0661e8739bde10ac698bd
Author: Hashem Nasarat <hnasarat gmail com>
Date: Tue Jan 22 14:11:41 2013 -0500
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 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 34e1afe..c671488 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]