Skip to content

Commit

Permalink
override default widget.gtk.non-native-titlebar-buttons.enabled bool …
Browse files Browse the repository at this point in the history
…pref
  • Loading branch information
jaydenlo08 committed Jun 29, 2024
1 parent ef0fe76 commit 07cb604
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/parts/csd.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@
}
}

.titlebar-button { /* Override config */
@media (-moz-bool-pref: "widget.gtk.non-native-titlebar-buttons.enabled") {
&:-moz-lwtheme {
& > .toolbarbutton-icon {
appearance: auto !important
}
}
}
}

:root[tabsintitlebar] #titlebar .titlebar-button:not([disabled]):hover {
background: var(--gnome-button-hover-background) !important;
}
Expand Down

0 comments on commit 07cb604

Please sign in to comment.