⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀         ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

140 lines
3.8 KiB

  1. /* bring the browser window to the top */
  2. #browser{-moz-box-ordinal-group:0!important;order:0!important;}
  3. #navigator-toolbox-background{-moz-box-ordinal-group:1!important;order:1!important;}
  4. #urlbar{--urlbar-height:16px!important;}
  5. /*fix pop-ups opening below window*/
  6. #urlbar[open]
  7. {
  8. width: -moz-available !important;
  9. display: flex !important;
  10. flex-direction: column-reverse; /* use 'column' if you want to type the URL in center*/
  11. bottom: -1px !important;
  12. top: auto !important;
  13. }
  14. .urlbarView-body-inner { border-top: none !important;}
  15. .urlbarView-results
  16. {
  17. padding-block: 0px !important;
  18. white-space: nowrap !important;
  19. }
  20. .urlbarView-row-inner
  21. {
  22. padding-block: 0px !important;
  23. }
  24. :root toolbarbutton.bookmark-item{margin-inline:0px!important;}
  25. #personal-toolbar-empty-description,toolbarbutton.bookmark-item:not(.subviewbutton)
  26. {
  27. margin:0px!important;
  28. padding:var(--bookmark-block-padding) 0px !important;
  29. }
  30. :root{
  31. --toolbarbutton-outer-padding: 0 !important;
  32. --toolbarbutton-inner-padding: 0 !important;
  33. --bookmark-block-padding: 0 !important;
  34. --toolbar-start-end-padding: 0 !important;
  35. --tab-min-height: 0 !important;
  36. --identity-box-margin-inline: 0 !important;
  37. --tab-border-radius: 256PX !important;
  38. --inline-tab-padding: 0 !important;
  39. --tab-block-margin: 0 !important;
  40. --urlbar-container-padding: 0 !important;
  41. --urlbar-margin-inline: 0 !important;
  42. --urlbar-min-height: max(0px, 0em) !important;
  43. --tabs-navbar-shadow-size: 1px !important;
  44. --urlbarView-row-gutter: 0px !important;
  45. --urlbarView-favicon-width: 16px !important;
  46. --urlbarView-result-button-size:16PX!important;
  47. --tab-shadow-max-size: 0px !important;
  48. }
  49. toolbar .toolbaritem-combined-buttons { margin-inline: 0px !important;}
  50. .toolbarbutton-badge {
  51. box-sizing: content-box !important;
  52. overflow: hidden !important;
  53. white-space: nowrap !important;
  54. background-color: #FFFFFFFF !important;
  55. font-size: 8px !important;
  56. font-weight: initial !important;
  57. padding: 0px 0px 0px 0px !important;
  58. color: #A8A8A8 !important;
  59. text-shadow: black !important;
  60. border-radius: 2px !important;
  61. box-shadow: 0 1px 0 hsla(0, 100%, 100%, .2) inset,
  62. 0 -1px 0 hsla(0, 0%, 0%, .1) inset,
  63. 0 1px 0 hsla(206, 50%, 10%, .2);
  64. margin: 0px 0px 0px !important;
  65. margin-inline-end: 0px !important;
  66. min-width: 0px !important;
  67. max-width: 16px !important;
  68. line-height: -moz-block-height !important;
  69. text-align: center !important;
  70. align-self: center !important;
  71. justify-self: center !important;
  72. }
  73. toolbar {
  74. min-height: 0px !important;
  75. max-height: 16px !important;
  76. }
  77. .titlebar-spacer[type="pre-tabs"],.titlebar-spacer[type="post-tabs"]{width:0px !important;}
  78. /* Status panel */
  79. #statuspanel-label {
  80. margin: 0px !important;
  81. padding: 0px 0px !important;
  82. background-color: #FFFFFFFF !important;
  83. border: 1px none RGBA(247,247,247,1.0) !important;
  84. border-top-style: solid !important;
  85. color: RGBA(167,167,167,1.0) !important;
  86. text-shadow: none !important;
  87. }
  88. .tabbrowser-tab {
  89. margin: 0 !important;
  90. padding: 0 0px !important;
  91. }
  92. /* ROOT - VARS */
  93. *|*:root {
  94. --tab-min-height: 16px !important; /* adjust */
  95. --tab-min-width: 16px !important; /* adjust */
  96. }
  97. /* TABS: height */
  98. #tabbrowser-tabs,
  99. #tabbrowser-tabs > #tabbrowser-arrowscrollbox,
  100. .tabbrowser-tabs .tabbrowser-tab {
  101. min-height: var(--tab-min-height) !important;
  102. max-height: var(--tab-min-height) !important;
  103. }
  104. :root{
  105. --toolbarbutton-inner-padding:0px !important;
  106. --tab-min-height: 16px !important;
  107. }
  108. .titlebar-button{ padding-block: 0px !important; }
  109. #urlbar-container, #search-container{ padding-block: 0px !important; }
  110. .tab-label-container{display:none!important;}
  111. /* Resizes tabs to minimum width */
  112. .tabbrowser-tab{
  113. max-width: 16px !important;
  114. min-width: 16px !important;
  115. }
  116. .tabbrowser-tab .tab-close-button { display:none !important; }