[gtk+/gtk-3-20] Adwaita: theme acceleditor > label



commit 13619963a05fcd04fc24e418d599f0811aea90f0
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Mar 30 17:08:39 2016 -0400

    Adwaita: theme acceleditor > label
    
    We need to have an opaque background here, otherwise the underlying
    cell shines through.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764376

 gtk/theme/Adwaita/_common.scss           |    4 ++++
 gtk/theme/Adwaita/gtk-contained-dark.css |    3 +++
 gtk/theme/Adwaita/gtk-contained.css      |    3 +++
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index d8be13d..c8114cb 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -401,6 +401,10 @@ entry {
   }
 }
 
+treeview acceleditor > label {
+    background-color: $selected_bg_color;
+}
+
 treeview entry {
   &.flat, & {
     border-radius: 0;
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 4ca5eb1..fee8e67 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -387,6 +387,9 @@ entry:drop(active):not(:only-child) + button,
 entry:drop(active):not(:only-child) + combobox > box > button.combo {
   border-top-color: #4e9a06; }
 
+treeview acceleditor > label {
+  background-color: #215d9c; }
+
 treeview entry.flat, treeview entry {
   border-radius: 0;
   background-image: none;
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 99adfee..8d10bbe 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -387,6 +387,9 @@ entry:drop(active):not(:only-child) + button,
 entry:drop(active):not(:only-child) + combobox > box > button.combo {
   border-top-color: #4e9a06; }
 
+treeview acceleditor > label {
+  background-color: #4a90d9; }
+
 treeview entry.flat, treeview entry {
   border-radius: 0;
   background-image: none;


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