diff --git a/src/other/firefox/Monterey/parts/toolbox-alt.css b/src/other/firefox/Monterey/parts/toolbox-alt.css index d25eda7c..bfaf8aad 100644 --- a/src/other/firefox/Monterey/parts/toolbox-alt.css +++ b/src/other/firefox/Monterey/parts/toolbox-alt.css @@ -20,7 +20,7 @@ findbar { border: 0 !important; background: var(--gnome-findbar-background) !important; - border-bottom: 1px solid var(--gnome-toolbar-border-color) !important; + border-top: 1px solid var(--gnome-toolbar-border-color) !important; } #nav-bar:-moz-window-inactive, diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index e35317ce..e4c3ede5 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -20,7 +20,7 @@ findbar { border: none !important; background: var(--gnome-findbar-background) !important; - border-bottom: 1px solid var(--gnome-toolbar-border-color) !important; + border-top: 1px solid var(--gnome-toolbar-border-color) !important; } #nav-bar:-moz-window-inactive, diff --git a/src/other/firefox/WhiteSur/parts/toolbox.css b/src/other/firefox/WhiteSur/parts/toolbox.css index 34e901a6..bcb56287 100644 --- a/src/other/firefox/WhiteSur/parts/toolbox.css +++ b/src/other/firefox/WhiteSur/parts/toolbox.css @@ -35,7 +35,7 @@ findbar { border: 0 !important; background: var(--gnome-findbar-background) !important; - border-bottom: 1px solid var(--gnome-toolbar-border-color) !important; + border-top: 1px solid var(--gnome-toolbar-border-color) !important; } .container.infobar {