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
This commit is contained in:
Matthias Clasen 2016-03-30 17:08:39 -04:00
parent 72178fd0c9
commit d8da5879aa
3 changed files with 10 additions and 0 deletions

View File

@ -401,6 +401,10 @@ entry {
}
}
treeview acceleditor > label {
background-color: $selected_bg_color;
}
treeview entry {
&.flat, & {
border-radius: 0;

View 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;

View 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;