Toolbar: Fix background colors when titlebar is active

Closes #523
This commit is contained in:
Rafael Mardojai CM 2022-12-18 23:01:59 -05:00
parent ea3d73143a
commit 38a9f1af35
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
2 changed files with 3 additions and 2 deletions

View File

@ -7,13 +7,13 @@
}
/* Headerbar CSD colors */
:root[tabsintitlebar] #nav-bar {
#nav-bar {
background: var(--gnome-headerbar-background) !important;
border: none !important;
border-bottom: 1px solid var(--gnome-headerbar-border-color) !important;
box-shadow: var(--gnome-headerbar-box-shadow) !important;
}
:root[tabsintitlebar] #nav-bar:-moz-window-inactive {
#nav-bar:-moz-window-inactive {
background: var(--gnome-inactive-headerbar-background) !important;
border-bottom-color: var(--gnome-inactive-headerbar-border-color) !important;
box-shadow: var(--gnome-inactive-headerbar-box-shadow) !important;

View File

@ -14,6 +14,7 @@
}
#nav-bar, #PersonalToolbar, #toolbar-menubar, #TabsToolbar, findbar {
appearance: none !important;
border: 0 !important;
background: var(--gnome-toolbar-background) !important;
}