diff --git a/chrome/normal_pinned_tabs.css b/chrome/normal_pinned_tabs.css index add8871..d0a3928 100644 --- a/chrome/normal_pinned_tabs.css +++ b/chrome/normal_pinned_tabs.css @@ -25,7 +25,10 @@ See the above repository for updates as well as full license text. */ .tab-label-container[pinned]{ margin-inline-start: 8px } .tab-icon-sound:is([soundplaying],[muted],[activemedia-blocked],[pictureinpicture]), -.tab-close-button{ display: -moz-box !important; } + .tab-icon-overlay{ display: none !important; } -#tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]){ display: none !important; } \ No newline at end of file +#tabbrowser-tabs[closebuttons="activetab"] > #tabbrowser-arrowscrollbox > .tabbrowser-tab > .tab-stack > .tab-content > .tab-close-button:not([selected="true"]){ display: none !important; } + +/* Comment out or remove this if you want pinned tabs to never have close-button */ +.tab-close-button{ display: -moz-box !important; }