[gnome-shell] theme: tone down search results description font style



commit c249ff904682f8dd090686913e15ecc39cbd8eb1
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Mar 1 14:21:07 2013 -0500

    theme: tone down search results description font style
    
    - don't use bold
    - use regular font size
    - make the text shadow less dramatic

 data/theme/gnome-shell.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 2609629..7d6540a 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -910,8 +910,6 @@ StScrollBar StButton#vhandle:active {
 }
 
 .list-search-result-description {
-    font-weight: bold;
-    font-size: 12pt;
     color: #eeeeec;
 }
 
@@ -965,6 +963,10 @@ StScrollBar StButton#vhandle:active {
     color:white;
 }
 
+.list-search-result:hover .list-search-result-description {
+    text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
+}
+
 .show-apps {
     padding: 4px 0;
 }


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