From 8d1a8aaddc465d29622dc50fe6b5d93b5f516d30 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 7 Mar 2023 14:41:01 +0800 Subject: [PATCH] update --- install.sh | 6 +++--- src/other/firefox/Monterey/parts/toolbox-alt.css | 12 ++++++++++++ src/other/firefox/Monterey/parts/toolbox.css | 12 ++++++++++++ src/other/firefox/WhiteSur/parts/toolbox.css | 12 ++++++++++++ 4 files changed, 39 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 0073d9a..084563c 100755 --- a/install.sh +++ b/install.sh @@ -200,9 +200,9 @@ else echo; prompt -w "${final_msg}" - if has_command notify-send && [[ "$UID" != '0' ]]; then - notify-send "'${name}' theme has been installed. Enjoy!" "${notif_msg}" -i "dialog-information-symbolic" - fi +# if has_command notify-send && [[ "$UID" != '0' ]]; then +# notify-send "'${name}' theme has been installed. Enjoy!" "${notif_msg}" -i "dialog-information-symbolic" +# fi fi echo diff --git a/src/other/firefox/Monterey/parts/toolbox-alt.css b/src/other/firefox/Monterey/parts/toolbox-alt.css index 604e09a..70d2d43 100644 --- a/src/other/firefox/Monterey/parts/toolbox-alt.css +++ b/src/other/firefox/Monterey/parts/toolbox-alt.css @@ -87,6 +87,18 @@ findbar:-moz-window-inactive { background: var(--gnome-toolbar-background) !important; } +/* Customization page */ +#customization-container:-moz-lwtheme { + background-image: linear-gradient(var(--gnome-browser-before-load-background), var(--gnome-browser-before-load-background)) !important; +} + +#customization-footer { + border-top: 1px solid var(--gnome-toolbar-border-color) !important; + color: var(--gnome-toolbar-color) !important; + background: var(--gnome-toolbar-background) !important; + border-radius: 0 0 12px 12px !important; +} + #PersonalToolbar { padding: 0 3px 3px !important; height: 32px !important; diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index 3fc8498..09647eb 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -98,6 +98,18 @@ findbar:-moz-window-inactive, background: var(--gnome-toolbar-background) !important; } +/* Customization page */ +#customization-container:-moz-lwtheme { + background-image: linear-gradient(var(--gnome-browser-before-load-background), var(--gnome-browser-before-load-background)) !important; +} + +#customization-footer { + border-top: 1px solid var(--gnome-toolbar-border-color) !important; + color: var(--gnome-toolbar-color) !important; + background: var(--gnome-toolbar-background) !important; + border-radius: 0 0 12px 12px !important; +} + /* bookmark-item */ toolbarbutton.bookmark-item { padding: 3px 6px !important; diff --git a/src/other/firefox/WhiteSur/parts/toolbox.css b/src/other/firefox/WhiteSur/parts/toolbox.css index 280f47a..745056e 100644 --- a/src/other/firefox/WhiteSur/parts/toolbox.css +++ b/src/other/firefox/WhiteSur/parts/toolbox.css @@ -109,6 +109,18 @@ findbar:-moz-window-inactive label, background: var(--gnome-toolbar-background) !important; } +/* Customization page */ +#customization-container:-moz-lwtheme { + background-image: linear-gradient(var(--gnome-browser-before-load-background), var(--gnome-browser-before-load-background)) !important; +} + +#customization-footer { + border-top: 1px solid var(--gnome-toolbar-border-color) !important; + color: var(--gnome-toolbar-color) !important; + background: var(--gnome-toolbar-background) !important; + border-radius: 0 0 12px 12px !important; +} + /* bookmark-item */ toolbarbutton.bookmark-item { padding: 3px 6px !important;