Skip to content

Instantly share code, notes, and snippets.

View NathanCournoyer's full-sized avatar

Nathan Cournoyer NathanCournoyer

View GitHub Profile
@soulhotel
soulhotel / userChrome.css
Last active November 8, 2024 22:12
Method for stylizing the context menu (Firefox CSS)
/* ----------------------------------------------------------
Styling Firefoxs context (right-click) menu
- this will target all context menus, including the menubar, and drop downs.
- If you want this to only apply to the context menu activated within webpages you can specify it, such as: #contentAreaContextMenu
-----------------------------------------------------------*/
/*
Using your own defined variables makes switching styles/colors much easier to manage
*/