搜索 | 用户支持

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

Learn More

How to Remove the maximize/minimize buttons but keep the close button

  • 无回复
  • 1 人有此问题
  • 11 次查看
more options

I would like to know how to remove the maximize/minimize buttons but keep the close button of the Firefox Window. I tried to edit the Userchrome.css file using the following, but it removes all three buttons (in full screen only).

  1. autohide-context { display:none!important; } /* hide context menuitem "Exit Full Screen Mode" */
  2. window-controls { display:none!important; } /* hide window controls in full screen mode */

Is there a way to only remove minimize and maximize buttons when not in full screen (or in full screen). Setting the parameter set browser.tabs.drawInTitlebar to true or false does not impact the buttons.

Any help appreciated!

I would like to know how to remove the maximize/minimize buttons but keep the close button of the Firefox Window. I tried to edit the Userchrome.css file using the following, but it removes all three buttons (in full screen only). #autohide-context { display:none!important; } /* hide context menuitem "Exit Full Screen Mode" */ #window-controls { display:none!important; } /* hide window controls in full screen mode */ Is there a way to only remove minimize and maximize buttons when not in full screen (or in full screen). Setting the parameter set browser.tabs.drawInTitlebar to true or false does not impact the buttons. Any help appreciated!