Selector for submenus off main FF bookmarks menu

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Selector for submenus off main FF bookmarks menu

Post by BruceAWittmeier »

Nevermind. I tried several times and it failed -- now seems to be fine.

OnEdit--What I learned: If your bookmarks file is corrupt (even if it appears to be working correctly) .css modifications may not properly alter the bookmarks file.

I'm trying to reduce the height of submenus off the bookmarks menu. I have this for the main BM menu and works great but I am unable to find the selector to apply the same height restriction to submenus and sub-submenus.

Code: Select all

menupopup, :-moz-any(menu, menuitem)
   {
   max-height: 540px !important; 
   max-width:  360px  !important;
   margin-top: 2px !important;
   margin-bottom: 1px !important;
   padding-top: 1px !important;
   padding-bottom: 1px !important;
   }
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
Post Reply