[gedit/gnome-3-20] Clear background for search entry occurrences tag.



commit c917fe5600b419257b7b55ae1029e2c1450dd412
Author: Sontol Bonggol <sonbonggol gmail com>
Date:   Sun Aug 7 17:12:57 2016 -0700

    Clear background for search entry occurrences tag.
    
    Due to libgd update (commit 7e0dd4b15ea80673f62249ac092763b10fc226ad), it reuses the style context
    instead of creating new one, so we have to clear the background style in the css.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=765550

 gedit/resources/css/gedit.adwaita.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gedit/resources/css/gedit.adwaita.css b/gedit/resources/css/gedit.adwaita.css
index 381d548..a13f17e 100644
--- a/gedit/resources/css/gedit.adwaita.css
+++ b/gedit/resources/css/gedit.adwaita.css
@@ -71,6 +71,8 @@ statusbar {
 }
 
 .gedit-search-entry-occurrences-tag {
+    background-color: @theme_base_color;
+    background-image: none;
     color: shade (@theme_unfocused_fg_color, 0.8);
     border: 0px;
     margin: 2px;


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