B00ze64 / FF-Menu-Icon-Plus-CSS

Add icons to Firefox menus using userChrome/userContent.css
Other
20 stars 3 forks source link

#context-menu_pageInfo missing #13

Closed bege10 closed 1 year ago

bege10 commented 1 year ago

Thank you for your work!

#context-menu_pageInfo is missing in the Page Information (frame/image/page) section.

Screenshot_332

B00ze64 commented 1 year ago

Good day.

In your screenshot there IS an icon for page information already. And I cannot find #context-menu_pageInfo in the inspector:

image

bege10 commented 1 year ago

What if you change to Multiprocess in the Browser Toolbox? If this doesn't change anything, maybe the ID comes from an add-on? The icon is there because I added the ID to the CSS code.

B00ze64 commented 1 year ago

Oh you added it yourself, nice. It might indeed be an addOn, I can add the selector to my addOn worksheet, what's the name of the icon you used (don't feel like browsing the icons to find it). Thanks.

bege10 commented 1 year ago

I added the ID in mip_FuguePlus-Menus.css in the Page Information (frame/image/page) section (starting at line 1846). The icon for this section is fugue_PageInfo(oxygen).png

B00ze64 commented 1 year ago

Ok, I added it to all the styles. Closing this bug.