Advertisement
srenbry

userChrome 1 jun 2025

Jun 1st, 2025
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. /*** Tighten up drop-down/context/popup menu spacing ***/
  2.  
  3. menupopup > menuitem, menupopup > menu {
  4. padding-block: 4px !important;
  5. }
  6. :root {
  7. --arrowpanel-menuitem-padding: 4px 8px !important;
  8.  
  9. .tab-icon-image[src="chrome://branding/content/icon32.png"] {
  10. content: url("foxyyy.svg") !important;
  11. }
  12. input:focus {
  13. outline: none !important;
  14. }
  15.  
  16. #urlbar-background,
  17. #urlbar-background:focus {
  18. border: none !important;
  19. outline: none !important;
  20. }
  21. {
  22. :root [urlbar-input-container] {
  23. --link-color: rgba(255,186,0,100)
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement