GTK3: change background of default-headerbar on backdrop
This commit is contained in:
parent
aa4108c078
commit
f874e11188
@ -5540,6 +5540,9 @@ headerbar.default-decoration {
|
|||||||
background-color: #181a20;
|
background-color: #181a20;
|
||||||
background-position: -35px;
|
background-position: -35px;
|
||||||
background-repeat: no-repeat; }
|
background-repeat: no-repeat; }
|
||||||
|
.default-decoration.titlebar:backdrop:not(headerbar),
|
||||||
|
headerbar.default-decoration:backdrop {
|
||||||
|
background-color: #23252e; }
|
||||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||||
headerbar.default-decoration button.titlebutton {
|
headerbar.default-decoration button.titlebutton {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|||||||
@ -5540,6 +5540,9 @@ headerbar.default-decoration {
|
|||||||
background-color: #181a20;
|
background-color: #181a20;
|
||||||
background-position: -35px;
|
background-position: -35px;
|
||||||
background-repeat: no-repeat; }
|
background-repeat: no-repeat; }
|
||||||
|
.default-decoration.titlebar:backdrop:not(headerbar),
|
||||||
|
headerbar.default-decoration:backdrop {
|
||||||
|
background-color: #23252e; }
|
||||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||||
headerbar.default-decoration button.titlebutton {
|
headerbar.default-decoration button.titlebutton {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|||||||
@ -5561,6 +5561,9 @@ headerbar.default-decoration {
|
|||||||
background-color: #ededed;
|
background-color: #ededed;
|
||||||
background-position: -35px;
|
background-position: -35px;
|
||||||
background-repeat: no-repeat; }
|
background-repeat: no-repeat; }
|
||||||
|
.default-decoration.titlebar:backdrop:not(headerbar),
|
||||||
|
headerbar.default-decoration:backdrop {
|
||||||
|
background-color: #ffffff; }
|
||||||
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
.default-decoration.titlebar:not(headerbar) button.titlebutton,
|
||||||
headerbar.default-decoration button.titlebutton {
|
headerbar.default-decoration button.titlebutton {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|||||||
@ -288,6 +288,10 @@ headerbar {
|
|||||||
background-position: -35px;
|
background-position: -35px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
|
&:backdrop {
|
||||||
|
background-color: $bg_color;
|
||||||
|
}
|
||||||
|
|
||||||
button.titlebutton {
|
button.titlebutton {
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user