Guest User

Firefox proton context-navigation customization

a guest
May 21st, 2021
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. /*contextmenu right-click pg*/
  2. #context-navigation menuitem {
  3.   color: #9f1aff !important;
  4.   transition: color 300ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  5. }
  6. #context-navigation menuitem:hover {
  7.   color: #00DDFF !important;
  8.   background: none !important;
  9. }
  10. #context-navigation
  11.     > .menuitem-iconic
  12.     > .menu-iconic-left
  13.     > .menu-iconic-icon {
  14.     background-color: transparent !important;
  15. }
  16.  
Advertisement
Add Comment
Please, Sign In to add comment