From 1571fa9d05d8bcbb85dad30460d4d7a0173fc9c7 Mon Sep 17 00:00:00 2001 From: Vince Date: Fri, 18 Jun 2021 10:39:46 +0800 Subject: [PATCH] Update #310 --- src/other/firefox/Monterey/parts/headerbar-urlbar.css | 5 +++++ src/other/firefox/Monterey/parts/tabsbar.css | 1 + src/other/firefox/Monterey/parts/toolbox.css | 7 ++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/other/firefox/Monterey/parts/headerbar-urlbar.css b/src/other/firefox/Monterey/parts/headerbar-urlbar.css index b6b597e..dbd2f67 100644 --- a/src/other/firefox/Monterey/parts/headerbar-urlbar.css +++ b/src/other/firefox/Monterey/parts/headerbar-urlbar.css @@ -52,6 +52,7 @@ toolbarspring { width: 360px !important; min-width: 360px !important; -moz-box-align: left !important; + margin-right: 100px !important; } :root[sizemode="maximized"] #urlbar, @@ -203,6 +204,10 @@ toolbarspring { background: none !important; } +#identity-box.extensionPage #identity-icon-label { + visibility: collapse !important; +} + /* Search mode indicator */ #urlbar-search-mode-indicator, #urlbar-label-box { diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index efd8908..5331e6a 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -107,6 +107,7 @@ #TabsToolbar #alltabs-button { padding: 0 0 !important; + visibility: collapse !important; } #TabsToolbar .toolbarbutton-1, #TabsToolbar .toolbarbutton-1, diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index d9d48a7..6e10b90 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -31,8 +31,9 @@ findbar { } #nav-bar:-moz-window-inactive, -#PersonalToolbar:-moz-window-inactive, #toolbar-menubar:-moz-window-inactive, -#TabsToolbar:-moz-window-inactive, findbar:-moz-window-inactive { +#PersonalToolbar:-moz-window-inactive, +#toolbar-menubar:-moz-window-inactive, +findbar:-moz-window-inactive { background: var(--gnome-inactive-toolbar-background) !important; } @@ -84,7 +85,7 @@ findbar { -moz-box-ordinal-group: 3; } #navigator-toolbox #TabsToolbar { - -moz-box-ordinal-group: 0; + -moz-box-ordinal-group: 2; } #PersonalToolbar {