Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

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

  • Žiadne odpovede
  • 1 má tento problém
  • 9 zobrazení
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!

Upravil(a) jakeolsone dňa