mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 12:20:10 +00:00
Adwaita: fix treeview entry style
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=763955
This commit is contained in:
parent
7224dd76db
commit
c867b17cc8
@ -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 *
|
||||
|
@ -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 *
|
||||
***********/
|
||||
|
@ -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 *
|
||||
***********/
|
||||
|
Loading…
Reference in New Issue
Block a user