From: Matthias Clasen Date: Wed, 30 Mar 2016 21:08:39 +0000 (-0400) Subject: Adwaita: theme acceleditor > label X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~5043 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d8da5879aa194f75aed6cd47e29600cd8ad630fc;p=gtk4.git 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 --- 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;