[geany/geany] 4b163b: Restore custom selection color on no-match search entry on GTK3

Colomban Wendling git-noreply at xxxxx
Sat Jul 16 01:35:03 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 16 Jul 2016 01:35:03 UTC
Commit:      4b163bcdab5e9ae4e167e656b4c18a4f549033f2
             https://github.com/geany/geany/commit/4b163bcdab5e9ae4e167e656b4c18a4f549033f2

Log Message:
-----------
Restore custom selection color on no-match search entry on GTK3


Modified Paths:
--------------
    data/geany.css

Modified: data/geany.css
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -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;
 }
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list