Restore custom selection color on no-match search entry on GTK3

This commit is contained in:
Colomban Wendling 2016-07-14 17:06:55 +02:00
parent a35816c92f
commit 4b163bcdab

View File

@ -20,7 +20,8 @@
color: #fff; color: #fff;
background: #ff6666; 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; background-color: #771111;
} }