Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* changes the Firefox version 141.0 right click menu hover color */
- menu:where([_moz-menuactive="true"]:not([disabled="true"])), menuitem:where([_moz-menuactive="true"]:not([disabled="true"])) {
- background-color: #66CDAA !important; /* green hover color */
- color: #000000 !important; /* text color */
- /* if font-weight: bold; is added here instead of above code, the File, Edit, View etc will also be bold when highlighted */
- }
Advertisement
Add Comment
Please, Sign In to add comment