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
+3
View File
@@ -5540,6 +5540,9 @@ headerbar.default-decoration {
background-color: #181a20;
background-position: -35px;
background-repeat: no-repeat; }
.default-decoration.titlebar:backdrop:not(headerbar),
headerbar.default-decoration:backdrop {
background-color: #23252e; }
.default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton {
min-height: 0;
@@ -5540,6 +5540,9 @@ headerbar.default-decoration {
background-color: #181a20;
background-position: -35px;
background-repeat: no-repeat; }
.default-decoration.titlebar:backdrop:not(headerbar),
headerbar.default-decoration:backdrop {
background-color: #23252e; }
.default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton {
min-height: 0;
+3
View File
@@ -5561,6 +5561,9 @@ headerbar.default-decoration {
background-color: #ededed;
background-position: -35px;
background-repeat: no-repeat; }
.default-decoration.titlebar:backdrop:not(headerbar),
headerbar.default-decoration:backdrop {
background-color: #ffffff; }
.default-decoration.titlebar:not(headerbar) button.titlebutton,
headerbar.default-decoration button.titlebutton {
min-height: 0;