buttonlike toolbarbuttons: remove normal background from extensions
This commit is contained in:
parent
0722603222
commit
3377abf584
1 changed files with 3 additions and 0 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue