From 3377abf5849dea00e1c106cb8c118cebe8c6f471 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Fri, 7 Apr 2023 18:33:56 +0300 Subject: [PATCH] buttonlike toolbarbuttons: remove normal background from extensions --- chrome/buttonlike_toolbarbuttons.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/buttonlike_toolbarbuttons.css b/chrome/buttonlike_toolbarbuttons.css index 6cc00e1..4b85b31 100644 --- a/chrome/buttonlike_toolbarbuttons.css +++ b/chrome/buttonlike_toolbarbuttons.css @@ -74,6 +74,9 @@ findbar toolbarbutton, #tabs-newtab-button > .toolbarbutton-icon{ background-color: transparent; } +.webextension-browser-action{ + background: transparent !important; +} #zoom-reset-button > .toolbarbutton-text{ background-color: var(--toolbar-field-background-color, hsla(0,0%,100%,.8)); border: 1px solid var(--toolbar-field-border-color, hsla(240,5%,5%,.55));