[evolution] Highlight of the search bar entry doesn't work



commit 3b9e4b0475b9ccd7782f364d9b93a0642ef5aa78
Author: Milan Crha <mcrha redhat com>
Date:   Thu Jul 19 12:32:44 2018 +0200

    Highlight of the search bar entry doesn't work
    
    The entry is supposed to have selected background/text color when
    the search is active, but this didn't work. Fix the CSS selector
    to work with gtk3.

 src/shell/e-shell-searchbar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/shell/e-shell-searchbar.c b/src/shell/e-shell-searchbar.c
index bbd0b513be..7fba4c0b01 100644
--- a/src/shell/e-shell-searchbar.c
+++ b/src/shell/e-shell-searchbar.c
@@ -242,7 +242,7 @@ shell_searchbar_update_search_widgets (EShellSearchbar *searchbar)
                e_utils_get_theme_color (widget, "theme_selected_fg_color", 
E_UTILS_DEFAULT_THEME_SELECTED_FG_COLOR, &fg);
 
                css = g_strdup_printf (
-                       "GtkEntry#searchbar_searchentry_active { "
+                       "#searchbar_searchentry_active { "
                        "   background:none; "
                        "   background-color:#%06x; "
                        "   color:#%06x; "


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]