Adwaita: fix treeview entry style

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=763955
This commit is contained in:
Lapo Calamandrei 2016-03-20 23:18:49 +01:00
parent 7224dd76db
commit c867b17cc8
3 changed files with 24 additions and 0 deletions

View File

@ -400,6 +400,16 @@ entry {
}
}
treeview entry {
&.flat, & {
border-radius: 0;
background-image: none;
background-color: $base_color;
&:focus { border-color: $selected_bg_color; }
}
}
/***********
* Buttons *

View File

@ -387,6 +387,13 @@ entry:drop(active):not(:only-child) + button,
entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
background-color: #292929; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #215d9c; }
/***********
* Buttons *
***********/

View File

@ -387,6 +387,13 @@ entry:drop(active):not(:only-child) + button,
entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #4a90d9; }
/***********
* Buttons *
***********/