Need CSS Selector For More Tools Menu Popup

User Help for Mozilla Firefox
Post Reply
JYLD
Posts: 305
Joined: July 18th, 2019, 9:59 am

Need CSS Selector For More Tools Menu Popup

Post by JYLD »

The more tools menu popup doesn't follow the highlight color I have set. I have all the other menu items properly following my preferred highlight color using my userChrome.css file. But I don't have the proper css selector for the "moretools" popup menu.

Can anyone point me to the proper css selector for the moretools > menupopup > menuitem:hover ??

Thanks!
User avatar
dickvl
Posts: 54145
Joined: July 18th, 2005, 3:25 am

Re: Need CSS Selector For More Tools Menu Popup

Post by dickvl »

That would probably be: #appmenu-moreTools toolbarbutton (i.e. no menuitem)

https://searchfox.org/mozilla-release/s ... .inc.xhtml
https://developer.mozilla.org/en-US/doc ... er_Toolbox
JYLD
Posts: 305
Joined: July 18th, 2019, 9:59 am

Re: Need CSS Selector For More Tools Menu Popup

Post by JYLD »

dickvl wrote:That would probably be: #appmenu-moreTools toolbarbutton (i.e. no menuitem)

https://searchfox.org/mozilla-release/s ... .inc.xhtml
https://developer.mozilla.org/en-US/doc ... er_Toolbox
Thank you for trying to help. I've already been to searchfox.org and tried every combination I could think from the information there. I just couldn't get anything to work.
Post Reply