Adwaita: theme acceleditor > label
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Mar 2016 21:08:39 +0000 (17:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Mar 2016 23:50:22 +0000 (19:50 -0400)
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
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 25de61f42dfa4d6664d307f58e370bec8aaf8de5..0e188ce183fa58deffe8fe96cf6d0432aa532570 100644 (file)
@@ -401,6 +401,10 @@ entry {
   }
 }
 
+treeview acceleditor > label {
+    background-color: $selected_bg_color;
+}
+
 treeview entry {
   &.flat, & {
     border-radius: 0;
index 8966f2e2ea785007e409ae1aad6ac29bc26a7c55..70c8302eb89e6e0710111c17b06b68420d49698d 100644 (file)
@@ -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;
index 5e0e1e0c89daf8267874613ea188ee9f9b0af1b7..5b8faa8115dfc393deffe9c4a408e7ae224eaab9 100644 (file)
@@ -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;