Modify context menu (right click) separator and border

User Help for Mozilla Firefox
Post Reply
Joscplan
Posts: 1
Joined: February 23rd, 2014, 10:24 am

Modify context menu (right click) separator and border

Post by Joscplan »

Hi, I need to change the right click menu separator style so that it won't show any background like in the picture and also the border also shown in there. Any idea on what css rule to modify to do it?

Image

Note: I also need to change the color of the locked items also.

Thanks!
User avatar
patrickjdempsey
Posts: 23686
Joined: October 23rd, 2008, 11:43 am
Location: Asheville NC
Contact:

Re: Modify context menu (right click) separator and border

Post by patrickjdempsey »

Do you know how to use DOM Inspector? All of the elements you need are listed under #main-window > #mainPopupSet. Although it's usually easier to just style all of the elements instead of a specific one... the generic element nodes are menupopup and menuseparator.
Tip of the day: If it has "toolbar" in the name, it's crap.
What my avatar is about: https://addons.mozilla.org/en-US/seamonkey/addon/sea-fox/
Post Reply