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
This commit is contained in:
Rares Visalom 2017-07-13 22:02:20 +03:00 committed by Florian Müllner
parent 69a9c222d0
commit 90f7dfd783
3 changed files with 3 additions and 3 deletions

View File

@ -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;

@ -1 +1 @@
Subproject commit bc295fecf53b090dc59dee82427d6aae34da0bff
Subproject commit df8e38874068f8b2ff4ef1c604775e41870a612f

View File

@ -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;