Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

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

  • Inga svar
  • 1 har detta problem
  • 9 visningar
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!

Ändrad av jakeolsone