Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Move Macs "close minimize maximize" buttons from tab bar to nav bar

  • Keine Antworten
  • 1 hat dieses Problem
  • 9 Aufrufe
more options

I'm using the following code in a userChrome.css file to hide my tabs:

/* hides the native tabs */

  1. TabsToolbar {
 visibility: collapse;

}

But when I do this, it also hides the close minimize maximum buttons. I'm wondering if there is some code I can add to move those buttons to the navigation bar?

Thanks for the help!

I'm using the following code in a userChrome.css file to hide my tabs: /* hides the native tabs */ #TabsToolbar { visibility: collapse; } But when I do this, it also hides the close minimize maximum buttons. I'm wondering if there is some code I can add to move those buttons to the navigation bar? Thanks for the help!

Geändert am von jakeolsone