mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
gnome-shell.css: Make search result description semitransparent
This commit is contained in:
parent
235d4b244d
commit
d35f2d375b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue