From 161ec23c82fb0545279f82235c9e20a89264fc99 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sun, 12 Feb 2023 22:10:13 +0800 Subject: [PATCH] update --- src/other/firefox/Monterey/parts/headerbar.css | 2 +- src/other/firefox/Monterey/parts/icons.css | 4 +++- src/other/firefox/Monterey/parts/tabsbar.css | 12 ++++++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/other/firefox/Monterey/parts/headerbar.css b/src/other/firefox/Monterey/parts/headerbar.css index e79cc9ec..46041a40 100644 --- a/src/other/firefox/Monterey/parts/headerbar.css +++ b/src/other/firefox/Monterey/parts/headerbar.css @@ -63,7 +63,7 @@ toolbar .toolbaritem-combined-buttons > .toolbarbutton-1 { #nav-bar toolbarbutton:not(#urlbar-zoom-button)[disabled] { background: transparent !important; border-color: var(--gnome-button-disabled-border-color) !important; - box-shadow: var(--gnome-button-disabled-box-shadow) !important; + box-shadow: none !important; opacity: 1 !important; } diff --git a/src/other/firefox/Monterey/parts/icons.css b/src/other/firefox/Monterey/parts/icons.css index 310ad138..25cdee56 100644 --- a/src/other/firefox/Monterey/parts/icons.css +++ b/src/other/firefox/Monterey/parts/icons.css @@ -674,7 +674,9 @@ treechildren::-moz-tree-image { .bookmark-item[container] .toolbarbutton-icon, .menu-iconic.bookmark-item[container] .menu-iconic-icon, .panel-info-button > image, - .tab-icon-overlay { + .tab-icon-overlay, + #scrollbutton-up .toolbarbutton-icon, + #scrollbutton-down .toolbarbutton-icon { filter: invert(60%) brightness(150%); } diff --git a/src/other/firefox/Monterey/parts/tabsbar.css b/src/other/firefox/Monterey/parts/tabsbar.css index 6d213145..bb2cc172 100644 --- a/src/other/firefox/Monterey/parts/tabsbar.css +++ b/src/other/firefox/Monterey/parts/tabsbar.css @@ -127,7 +127,8 @@ tab > stack { } #TabsToolbar .toolbarbutton-1, -#tabs-newtab-button, #TabsToolbar #new-tab-button { +#TabsToolbar #tabs-newtab-button, +#TabsToolbar #new-tab-button { margin: 1px 2px 0 !important; padding: 0 10px !important; max-height: 32px !important; @@ -136,19 +137,22 @@ tab > stack { } #TabsToolbar .toolbarbutton-1 image, -#tabs-newtab-button image, #TabsToolbar #new-tab-button image { +#TabsToolbar #tabs-newtab-button image, +#TabsToolbar #new-tab-button image { margin: 0 !important; padding: 0 !important; height: 16px !important; width: 16px !important; } -#TabsToolbar #scrollbutton-up, #TabsToolbar #scrollbutton-down { +#TabsToolbar #scrollbutton-up, +#TabsToolbar #scrollbutton-down { max-height: 32px !important; min-height: 32px !important; } -#TabsToolbar #scrollbutton-up image, #TabsToolbar #scrollbutton-down image { +#TabsToolbar #scrollbutton-up image, +#TabsToolbar #scrollbutton-down image { margin: 0 !important; padding: 0 !important; height: 16px !important;