[gnome-shell/uiTweaks2: 4/11] gnome-shell.css: Make search result description semitransparent



commit 33a035d39fd85a3622f585f9a934b35f2d949361
Author: raresvis <rares visalom gmail com>
Date:   Thu Jun 22 23:07:59 2017 +0300

    gnome-shell.css: Make search result description semitransparent
    
    There is a clear difference between the file name and its associated
    description which the mockups clearly highlight. Consequently,
    make the description label semitransparent, in order to emphasize
    the file name, not the description itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749957

 data/theme/gnome-shell.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 8f0ee94..007741d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1188,7 +1188,7 @@ StScrollBar {
   color: #e2e2df; }
 
 .list-search-result-description {
-  color: #cacac4;
+  color: rgba(202, 202, 196, 0.5);
   margin-left: 30px; }
 
 .search-provider-icon {


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