summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraresvis <rares.visalom@gmail.com>2017-07-11 21:41:12 +0300
committerraresvis <rares.visalom@gmail.com>2017-07-11 22:15:57 +0300
commit2c8efa5bf705ccb4c25e91e7cbf5dda9862e207b (patch)
tree33fce54e09dce54568f94543fe8cdec624b49702
parent6dd7cee7bcf3a021f81035710a17c2570053d89b (diff)
downloadgnome-shell-sass-wip/raresv/uiTweaksSass.tar.gz
gnome-shell: Make search result description semitransparentwip/raresv/uiTweaksSass
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
-rw-r--r--_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/_common.scss b/_common.scss
index 5f1f1fa..89857ed 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1310,7 +1310,7 @@ StScrollBar {
.list-search-result-content { spacing: 12px; padding: 2px; }
.list-search-result-title { color: darken($osd_fg_color,5%); }
.list-search-result-provider { color: #e2e2df; margin-top: 0.24em; }
- .list-search-result-description { color: darken($osd_fg_color,15%); }
+ .list-search-result-description { color: rgba(202, 202, 196, 0.5); }
.list-search-provider-details { width: 150px; }
.list-search-provider-content { spacing: 30px; }
.search-provider-icon { padding: 15px; }