Bookmarks Overflow Menu change back to V91 background s

Discussion of general topics about Mozilla Firefox
Post Reply
User avatar
FineWine
Posts: 230
Joined: July 16th, 2004, 12:21 am

Bookmarks Overflow Menu change back to V91 background s

Post by FineWine »

Well they have done it again. Updated to v92 and the PlacesChevronPopup bookmarks overflow menu has changed and not to my likening. I would like revert it back to previous v91 styling, Background colour and line spacing
User avatar
FineWine
Posts: 230
Joined: July 16th, 2004, 12:21 am

Re: Bookmarks Overflow Menu change back to V91 background s

Post by FineWine »

Well after lots of online research and trial and error I have solved my problem/s and I have struck a balance for my needs which does work for me within my own userChrome.css to alter back to previous FF version 91 for the Bookmarks Toolbar overflow menu and the appMenu-popup & PanelUI-subView:
NOTE: this is for my macOS FF v92

Code: Select all

:root {
    --arrowpanel-background: #d4d4d4 !important;
    --arrowpanel-menuitem-padding: 4px !important;
}
Also the minimum padding is 4px for the Bookmarks Toolbar overflow menu without adding in the following for tighter spacing, which I am not using:

Code: Select all

menupopup:not(.in-menulist) > menuitem, 
menupopup:not(.in-menulist) > menu {
  min-height: unset !important;
  padding-block: 3px !important;
}
Post Reply