ssashag

Firefox CSS

Jul 21st, 2025
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. /* Import your desired components first */
  2.  
  3. @import url(chrome/round_ui_items.css);
  4. @import url(chrome/curved_tabs.css);
  5. @import url(chrome/tab_separator_lines.css);
  6. @import url(chrome/centered_tab_label.css);
  7.  
  8. /* Apply your custom modifications after imports */
  9.  
  10.  
  11.  
  12. #tabbrowser-tabs{--uc-tab-curve-size: 11px !important; --uc-tab-line-color: rgb(239, 202, 195) !important; --tab-min-height: 32px;}
  13. .tab-content{ padding-bottom: 6px !important; }
  14.  
  15. .tab-label-container {margin-right: 8px;}
  16. .tab-label {margin-inline: 2px}
  17. .tab-content {--tab-inline-padding: 11px}
  18. toolbaritem#urlbar-container {--urlbar-padding-block: 6px 2px}
  19. :root {--tabs-border-color: transparent !important}
  20. :root {--tabs-navbar-separator-color: rgb(242, 225, 219) !important}
  21.  
  22. #tab-background { max-height: 32px !important;}
  23. :root { --tab-min-height: 10px !important;
  24. --tab-max-height: 10px !important;}
  25.  
  26. .tab-text.tab-label{font-size: 12px !important}
  27. toolbarbutton.bookmark-item:not(.subviewbutton){ padding-block: 6px !important; padding-inline: 5px !important }
  28. #tabbrowser-tabs {margin-top: 7px !important}
  29. .tab-text.tab-label{font-size: 13px;}
  30.  
Advertisement
Add Comment
Please, Sign In to add comment