From dec2fd75e8a1ec495017a1b1bd986860eab3742b Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 8 Jan 2024 20:15:22 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/toolbox-alt.css | 2 +- src/other/firefox/Monterey/parts/toolbox.css | 2 +- src/other/firefox/WhiteSur/parts/toolbox.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {