This commit is contained in:
vinceliuice 2024-02-18 20:59:22 +08:00
parent 758546f814
commit 7add8079cf
2 changed files with 5 additions and 4 deletions

View File

@ -32,6 +32,10 @@
box-shadow: inset 0 1px var(--gnome-toolbar-border-color) !important;
}
#navigator-toolbox {
background: var(--gnome-tabstoolbar-background) !important;
}
findbar {
border: 0 !important;
background: var(--gnome-findbar-background) !important;
@ -42,6 +46,7 @@ findbar {
background: var(--gnome-browser-before-load-background) !important;
}
#navigator-toolbox:-moz-window-inactive,
#nav-bar:-moz-window-inactive, .notificationbox-stack:-moz-window-inactive,
#PersonalToolbar:-moz-window-inactive, #toolbar-menubar:-moz-window-inactive,
#TabsToolbar:-moz-window-inactive, findbar:-moz-window-inactive {

View File

@ -2,10 +2,6 @@
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#navigator-toolbox {
-moz-appearance: -moz-window-titlebar !important;
}
/* Headerbar top border corners rounded */
:root[tabsintitlebar][sizemode="normal"]:not([gtktiledwindow="true"]) {
#nav-bar {