Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • பதில்கள் இல்லை
  • 1 இந்த பிரச்சனை உள்ளது
  • 8 views

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!

jakeolsone மூலமாக திருத்தப்பட்டது