From d8da5879aa194f75aed6cd47e29600cd8ad630fc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 30 Mar 2016 17:08:39 -0400 Subject: [PATCH] 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(+) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 25de61f42d..0e188ce183 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 8966f2e2ea..70c8302eb8 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 5e0e1e0c89..5b8faa8115 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;