mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 11:20: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 */
|
||||
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-icon,
|
||||
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack{
|
||||
background-color: transparent;
|
||||
:is(#unified-extensions-panel,.widget-overflow-list) .toolbarbutton-1 > .toolbarbutton-badge-stack,
|
||||
.widget-overflow-list .toolbarbutton-text{
|
||||
background-color: transparent !important;
|
||||
width: revert !important;
|
||||
height: revert !important;
|
||||
padding: 0 !important;
|
||||
border: none;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/* Special cases */
|
||||
|
|
Loading…
Reference in a new issue