[gnome-shell/wip/message-tray: 16/23] theme: Make sure to select the summary source item when showing the box pointer



commit de8ad1e0f1c20d328f9fa1e66988c76d3434192b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Aug 16 13:38:22 2012 -0400

    theme: Make sure to select the summary source item when showing the box pointer

 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 5cca202..e482803 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);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]