GTK3: make dialog headerbar blend with the window content

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-22 10:51:27 +01:00
parent 4f796cce4f
commit 33d24a462d
4 changed files with 15 additions and 0 deletions
@@ -195,6 +195,12 @@ headerbar {
padding: 0;
}
}
dialog &,
dialog &:backdrop {
background: $bg_color;
border: 0;
}
}
paned, hdyleaflet, headerbar.titlebar {