mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme/entries: Set entry hint-text color
Set the color for hint-texts in entries to a more transparent value so it's clear that this is a hint, not the actual text inside the entry. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/944
This commit is contained in:
parent
49170585b3
commit
7638485f9e
1 changed files with 2 additions and 1 deletions
|
|
@ -20,4 +20,5 @@ StEntry {
|
|||
icon-size: $base_icon_size;
|
||||
padding: 0 4px;
|
||||
}
|
||||
}
|
||||
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue