[gnome-shell] css: Make focus style for contacts/overview-icons look like selected



commit ce9c1a1f7a9074f46407f561c47461f82fdd1df9
Author: Rui Matos <tiagomatos gmail com>
Date:   Wed Feb 29 00:44:21 2012 +0100

    css: Make focus style for contacts/overview-icons look like selected
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663901

 data/theme/gnome-shell.css |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 7484aee..3b909dd 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -842,18 +842,15 @@ StScrollBar StButton#vhandle:hover
     transition-duration: 100;
 }
 
+.contact:focus,
+.app-well-app:focus > .overview-icon,
+.search-result-content:focus > .overview-icon,
 .contact:selected,
 .app-well-app:selected > .overview-icon,
 .search-result-content:selected > .overview-icon {
     background-color: rgba(255,255,255,0.33);
 }
 
-.contact:focus,
-.app-well-app:focus > .overview-icon,
-.search-result-content:focus > .overview-icon {
-    border: 1px solid #cccccc;
-}
-
 /* LookingGlass */
 
 #LookingGlassDialog



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