Restore custom selection color on no-match search entry on GTK3
This commit is contained in:
parent
a35816c92f
commit
4b163bcdab
@ -20,7 +20,8 @@
|
||||
color: #fff;
|
||||
background: #ff6666;
|
||||
}
|
||||
#geany-search-entry-no-match:selected {
|
||||
#geany-search-entry-no-match:selected /* GTK < 3.20 */,
|
||||
#geany-search-entry-no-match selection /* GTK >= 3.20 */ {
|
||||
background-color: #771111;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user