buttonlike toolbarbuttons: remove normal background from extensions

This commit is contained in:
MrOtherGuy 2023-04-07 18:33:56 +03:00
parent 0722603222
commit 3377abf584

View file

@ -74,6 +74,9 @@ findbar toolbarbutton,
#tabs-newtab-button > .toolbarbutton-icon{ #tabs-newtab-button > .toolbarbutton-icon{
background-color: transparent; background-color: transparent;
} }
.webextension-browser-action{
background: transparent !important;
}
#zoom-reset-button > .toolbarbutton-text{ #zoom-reset-button > .toolbarbutton-text{
background-color: var(--toolbar-field-background-color, hsla(0,0%,100%,.8)); 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)); border: 1px solid var(--toolbar-field-border-color, hsla(240,5%,5%,.55));