[gnome-shell] gnome-shell: Make search result description semitransparent



commit 90f7dfd783275e0e96f0068104db73b82e209a01
Author: Rares Visalom <rares visalom gmail com>
Date:   Thu Jul 13 22:02:20 2017 +0300

    gnome-shell: 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-high-contrast.css |    2 +-
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 2632930..c59ec41 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1183,7 +1183,7 @@ StScrollBar {
   spacing: 12px; }
 
 .list-search-result-description {
-  color: #cacac4; }
+  color: rgba(202, 202, 196, 0.5); }
 
 .list-search-provider-details {
   width: 150px;
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index bc295fe..df8e388 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit bc295fecf53b090dc59dee82427d6aae34da0bff
+Subproject commit df8e38874068f8b2ff4ef1c604775e41870a612f
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 7edf4c5..c3cd040 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1183,7 +1183,7 @@ StScrollBar {
   spacing: 12px; }
 
 .list-search-result-description {
-  color: #cacac4; }
+  color: rgba(202, 202, 196, 0.5); }
 
 .list-search-provider-details {
   width: 150px;


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