die Tabbleiste auszublenden, wenn nur 1 Tab geöffnet ist?
Teste bitte mal diesen kompl. Code:
CSS Alles anzeigen/*Tableiste unten*/ #TabsToolbar { order: 100 !important; } .titlebar-buttonbox-container { position: fixed; right: 0; visibility: visible; display: block; } /*Tableiste bei einem Tab ausgeblendet*/ #tabbrowser-tabs, #tabbrowser-tabs arrowscrollbox, #TabsToolbar { min-height: 0 !important; } #firefox-view-button, .tabbrowser-tab:only-of-type, .tabbrowser-tab:only-of-type + #tabbrowser-arrowscrollbox-periphery, #private-browsing-indicator, #private-browsing-indicator-with-label, #tabbrowser-tabs:not([overflow="true"]) ~ #alltabs-button { display: none !important; } @import url("chrome://browser/skin/subskins/preferwindow.css"); @import url("chrome://browser/skin/subskins/TMP.css"); @import url("chrome://browser/skin/subskins/closebutton.css"); .findbar-container > *, .findbar-container > hbox > * { display: -moz-box !important} #urlbar{font-size: 12px !important; color:blue !important} .tabbrowser-tabs .tab-text { font-size: 11.5px; height: 10px; padding-left:5px !important } #addonbar-closebutton{ display:none } #urlbar .textbox-input::-moz-placeholder { color: transparent !important } /*...................Ab hier nur Privater Modus...................*/ /* Das lila Icon für privaten Modus oben rechts eingefügt */ #main-window[privatebrowsingmode=temporary] #PanelUI-button::before { margin-left: 0 !important; margin-right: 0 !important; content: '' !important; display: block !important; width: 20px !important; height: 30px !important; background: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important; background-repeat: no-repeat !important; background-position: 0 8px !important; background-size: 25px 17px !important; } /* Der neue zusätzliche Eintrag: Privater Modus unter dem Tab entfernt */ .private-browsing-indicator-with-label { display: none !important; }
Vielen Dank, damit funktioniert es hervorragend. 👏🏻