[libdazzle] style: tweak unselected foreground color in suggestions



commit df4409d37c5dbb878cb1af9da6acc84ae9ff290f
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jun 30 13:48:03 2017 -0700

    style: tweak unselected foreground color in suggestions
    
    This was originally styled to somewhat copy Chromium. However,
    that should not be our default. If people (browsers) want to do
    that, they should set that in their own CSS. Getting that right
    on all themes would be a nightmare.

 data/themes/shared/shared-suggestions.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/themes/shared/shared-suggestions.css b/data/themes/shared/shared-suggestions.css
index 190eafe..dce4ac6 100644
--- a/data/themes/shared/shared-suggestions.css
+++ b/data/themes/shared/shared-suggestions.css
@@ -34,7 +34,7 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 }
 
 dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row .title {
-  color: @theme_selected_bg_color;
+  color: @theme_fg_color;
 }
 
 dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > 
row:first-child:selected {


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