This commit is contained in:
Vince 2021-11-30 16:50:07 +08:00
parent 010c7469ba
commit 9c384df830
3 changed files with 22 additions and 12 deletions

View File

@ -41,3 +41,8 @@ window.background.csd {
} }
} }
} }
window.nightthemeswitcher headerbar {
background: $header_bg;
color: $header_fg;
}

View File

@ -1775,14 +1775,17 @@ headerbar {
} }
} }
&.default-decoration, &.default-decoration, // needed under wayland, since all gtk3 windows are csd windows
.csd &.default-decoration, // needed under wayland, since all gtk3 windows are csd windows &.default-decoration:backdrop {
&.default-decoration:backdrop,
.csd &.default-decoration:backdrop {
// box-shadow: none; // box-shadow: none;
border: none; border: none;
} }
.csd &.default-decoration,
.csd &.default-decoration:backdrop {
border-bottom: 1px solid $header_border;
}
separator.titlebutton { @extend %header_separator; } separator.titlebutton { @extend %header_separator; }
// Fixes split headerbars // Fixes split headerbars

View File

@ -1712,6 +1712,16 @@ headerbar {
} }
} }
} }
box.linked > button {
background-color: $fill_color;
&:hover { background-color: $divider_color; }
&:active { background-color: $track_color; }
&:checked { background-color: $visit_color; }
}
} }
// Selectionmode // Selectionmode
@ -1795,14 +1805,6 @@ headerbar {
} }
} }
&.default-decoration,
.csd &.default-decoration, // needed under wayland, since all gtk3 windows are csd windows
&.default-decoration:backdrop,
.csd &.default-decoration:backdrop {
// box-shadow: none;
border: none;
}
separator.titlebutton { @extend %header_separator; } separator.titlebutton { @extend %header_separator; }
} }