forked from AuroraMiddleware/gtk
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:
parent
72178fd0c9
commit
d8da5879aa
@ -401,6 +401,10 @@ entry {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
treeview acceleditor > label {
|
||||||
|
background-color: $selected_bg_color;
|
||||||
|
}
|
||||||
|
|
||||||
treeview entry {
|
treeview entry {
|
||||||
&.flat, & {
|
&.flat, & {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -387,6 +387,9 @@ entry:drop(active):not(:only-child) + button,
|
|||||||
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||||
border-top-color: #4e9a06; }
|
border-top-color: #4e9a06; }
|
||||||
|
|
||||||
|
treeview acceleditor > label {
|
||||||
|
background-color: #215d9c; }
|
||||||
|
|
||||||
treeview entry.flat, treeview entry {
|
treeview entry.flat, treeview entry {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
@ -387,6 +387,9 @@ entry:drop(active):not(:only-child) + button,
|
|||||||
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||||
border-top-color: #4e9a06; }
|
border-top-color: #4e9a06; }
|
||||||
|
|
||||||
|
treeview acceleditor > label {
|
||||||
|
background-color: #4a90d9; }
|
||||||
|
|
||||||
treeview entry.flat, treeview entry {
|
treeview entry.flat, treeview entry {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user