GTK3: theme treeview

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-22 12:22:08 +01:00
parent 0ebeb087f7
commit 0eebf78a6e
4 changed files with 56 additions and 0 deletions
@@ -212,6 +212,17 @@ paned, hdyleaflet, headerbar.titlebar {
}
}
/**************
* Tree Views *
**************/
treeview.view {
border-top-color: $borders-color;
&:backdrop { border-top-color: $backdrop_borders_color; }
header button { @include button(normal); }
}
/***************
* Popovers *
***************/