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:
parent
69a9c222d0
commit
90f7dfd783
@ -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
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user