GTK3: change background of default-headerbar on backdrop

This commit is contained in:
Daniel Ruiz de Alegría
2021-11-10 12:54:34 +01:00
parent aa4108c078
commit f874e11188
4 changed files with 13 additions and 0 deletions
@@ -288,6 +288,10 @@ headerbar {
background-position: -35px;
background-repeat: no-repeat;
&:backdrop {
background-color: $bg_color;
}
button.titlebutton {
min-height: 0;
min-width: 0;