mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
buttonlike buttons: Remove custom styling of zoom items in overflow menu
This commit is contained in:
parent
1f74ecee91
commit
92be3549cd
1 changed files with 4 additions and 3 deletions
|
@ -71,12 +71,13 @@ findbar toolbarbutton,
|
||||||
|
|
||||||
/* Remove styles from buttons inside extensions and overflow menu */
|
/* Remove styles from buttons inside extensions and overflow menu */
|
||||||
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-icon,
|
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-icon,
|
||||||
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack{
|
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack,
|
||||||
background-color: transparent;
|
.widget-overflow-list .toolbarbutton-text{
|
||||||
|
background-color: transparent !important;
|
||||||
width: revert !important;
|
width: revert !important;
|
||||||
height: revert !important;
|
height: revert !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
border: none;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Special cases */
|
/* Special cases */
|
||||||
|
|
Loading…
Reference in a new issue