Advertisement
Guest User

userChrome.css (minimal)

a guest
Feb 2nd, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.82 KB | None | 0 0
  1. #TabsToolbar      { background: #1c1b22 !important; color: #ccc !important }
  2. .tabbrowser-tab   { max-width: 200px !important; padding: 0 !important }
  3. .tab-background   { border-radius: 0px !important }
  4. .tab-label        { opacity: .8 }
  5. .urlbar-input-box { font: bold 13px Lato; opacity: .7 }
  6.  
  7. #urlbar-input-container,
  8. #nav-bar-customization-target
  9. { border: none !important; background: #1c1b22 }
  10.  
  11. #TabsToolbar   { margin-left: 29vw }
  12. #nav-bar       { margin-right: 71vw; margin-top: -36px }
  13. .toolbar-items { margin-top: -2px }
  14.  
  15. .private-browsing-indicator,
  16. .tab-close-button,
  17. .titlebar-spacer,
  18. #forward-button, #back-button,
  19. #tracking-protection-icon-container, #identity-icon-box, #identity-box,
  20. #star-button-box,
  21. #PanelUI-button,
  22. #fullscreen-and-pointerlock-wrapper,
  23. .titlebar-buttonbox-container
  24. { display: none }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement