Advertisement
Guest User

userChrome.css

a guest
Nov 13th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 KB | None | 0 0
  1. #contentAreaContextMenu {
  2.  margin: 5px 0 0 5px;
  3. }
  4.  
  5. #TabsToolbar .tabbrowser-tab[fadein]:not([pinned]) {
  6.   flex-grow: 1 !important;
  7.   max-width: 100% !important;
  8. }
  9.  
  10. .tab-label {
  11.   -moz-box-flex: 1 !important;
  12.   text-align: center !important;
  13. }
  14.  
  15. #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox{ min-height: 0 !important; }
  16. :root:not([customizing]) #tabs-newtab-button,
  17. :root:not([customizing]) #tabbrowser-tabs .tabs-newtab-button{
  18.   transition: 1s;
  19.   -moz-appearance: none !important;
  20.   display: none;
  21. }
  22.  
  23. #tabbrowser-tabs .tabbrowser-tab[first-visible-tab="true"][last-visible-tab="true"]{
  24.   transition: 1s;
  25.   visibility: collapse;
  26. }
  27.  
  28. #urlbar input {
  29.   text-align: center;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement