mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Overview search box is too subtle
When it isn't focused, the search box can be quite hard to see. The text/icon/border color is changed to be brighter in order to increase contrast with the dark background and this works well with various wallpapers. https://bugzilla.gnome.org/show_bug.cgi?id=686479
This commit is contained in:
parent
d19fa731d6
commit
2c34c8e20f
1 changed files with 11 additions and 0 deletions
|
|
@ -375,6 +375,12 @@ StScrollBar StButton#vhandle:active {
|
|||
}
|
||||
|
||||
#searchEntry {
|
||||
border-color: rgba(245,245,245,0.3);
|
||||
color: rgb(192, 192, 192);
|
||||
caret-color: rgb(192, 192, 192);
|
||||
}
|
||||
|
||||
#searchEntry:hover {
|
||||
color: rgb(128, 128, 128);
|
||||
caret-color: rgb(128, 128, 128);
|
||||
}
|
||||
|
|
@ -688,6 +694,11 @@ StScrollBar StButton#vhandle:active {
|
|||
|
||||
.search-entry-icon {
|
||||
icon-size: 1em;
|
||||
color: #c0c0c0;
|
||||
}
|
||||
|
||||
#searchEntry:hover .search-entry-icon,
|
||||
#searchEntry:focus .search-entry-icon {
|
||||
color: #8d8f8a;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue