difool2nice

background hover menus

Jan 23rd, 2022 (edited)
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. menu:hover,
  2. menulist:hover,
  3. menuitem:hover,
  4. menu[open="true"],
  5. menuitem[_moz-menuactive="true"],
  6. menuitem:active {
  7.     appearance: none !important;
  8.     border: 0px !important; /* no border */
  9.     background: #1e90ff !important;
  10.     border-radius: 3px !important; /*roundiness corner */
  11.     outline: none !important;
  12.     outline-offset: none !important;
  13. }
  14.  
  15. menulist[open="true"] {
  16.     border: 0px !important;
  17.     background: #1e90ff !important;
  18.     border-radius: 3px !important;
  19.     outline: none !important;
  20.     outline-offset: none !important;
  21.  
  22. }
Add Comment
Please, Sign In to add comment