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;