From 850d127f15b83ffa6ab22c954621c7dc0d106143 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Fri, 13 Jan 2023 15:09:03 +0800 Subject: [PATCH] update --- src/other/firefox/chrome/Colloid/parts/buttons.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/chrome/Colloid/parts/buttons.css b/src/other/firefox/chrome/Colloid/parts/buttons.css index 87340e26..b55252cc 100644 --- a/src/other/firefox/chrome/Colloid/parts/buttons.css +++ b/src/other/firefox/chrome/Colloid/parts/buttons.css @@ -242,7 +242,7 @@ button.close:active, } /* Combined buttons */ -/*#nav-bar .toolbaritem-combined-buttons toolbarbutton:not(:last-of-type):not(#hack),*/ +#nav-bar .toolbaritem-combined-buttons:not(.unified-extensions-item) toolbarbutton:not(:last-of-type):not(#hack), #appMenu-popup .toolbaritem-combined-buttons toolbarbutton:not(:last-of-type):not(#appMenu-zoomEnlarge-button), #context-navigation menuitem:not(:last-of-type), .findbar-container toolbarbutton.findbar-find-previous, @@ -254,7 +254,7 @@ button.close:active, margin-right: 0 !important; } -/*#nav-bar .toolbaritem-combined-buttons toolbarbutton:not(:first-of-type):not(#hack),*/ +#nav-bar .toolbaritem-combined-buttons:not(.unified-extensions-item) toolbarbutton:not(:first-of-type):not(#hack), #appMenu-popup .toolbaritem-combined-buttons toolbarbutton:not(:first-of-type):not(#appMenu-fullscreen-button), #context-navigation menuitem:not(:first-of-type), .findbar-container toolbarbutton.findbar-find-previous,