From eea689841be03e2b303863c04f2c665e2f0b0fcf Mon Sep 17 00:00:00 2001 From: Sebastien Lafargue Date: Sun, 20 Oct 2013 12:59:23 +0200 Subject: [PATCH] highlight session menu button on key focus https://bugzilla.gnome.org/show_bug.cgi?id=710539 --- data/theme/gnome-shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index dc008e42c..55c45cbbe 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2409,6 +2409,7 @@ StScrollBar StButton#vhandle:active { } .login-dialog-session-list-button:hover, +.login-dialog-session-list-button:focus, .login-dialog-session-list-button:active { color: white; }