搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 无回复
  • 1 人有此问题
  • 9 次查看
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!

由jakeolsone于修改