From 7a6b2abfebac623d10c39f827ce9cf8b9bbeeaef Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 16 Aug 2012 13:38:22 -0400 Subject: [PATCH] theme: Make sure to select the summary source item when showing the box pointer --- 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 5cca20298..e48280366 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1408,7 +1408,8 @@ StButton.popup-menu-item:insensitive { background-color: rgba(255,255,255,0.1); } -.summary-source-button:focus { +.summary-source-button:focus, +.summary-source-button:selected { background-color: rgba(255,255,255,0.33); }