From 0fef7967574cdc09d1d6019409ea1b3abdb74dca Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 16 Aug 2013 23:02:11 -0400 Subject: [PATCH] theme: Add a focus style for system actions in the system menu --- 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 74d8f4be3..e6c16d42c 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -655,7 +655,8 @@ StScrollBar StButton#vhandle:active { padding: 6px; } -.system-menu-action:hover { +.system-menu-action:hover, +.system-menu-action:focus { color: white; background-color: rgba(255,255,255,0.1); }