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



commit 440ebe4021c76475bf3eaf5506f5aeab0a034137
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]