> @@ -20,6 +20,16 @@ widget "GeanyDialogSearch.*.geany-search-entry-no-match"
> style "geany-monospace"
> style "geany-search-entry-no-match-style" {
> base[NORMAL] = "#ffff66666666"
> text[NORMAL] = "#ffffffffffff"
> + base[SELECTED] = "#777711111111"
> + # try and remove the entry background image on pixmap engine so that our
> + # background color is visible, and we don't end up with white text on
> white
> + # background (workaround for Adwaita 3.20).
Why does this affect 3.20? I thought gtk3 didn't use the .gtkrc file?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1137/files/13a9600ad7fad421497310d1572337ce88b5162f#r70890468