Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜索 | 用户支持

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

详细了解

How do I set the appearance of the Caption buttons?

more options

I like the look of the caption buttons (minimize, maximize, close) while in full screen mode. I would like to know if it is possible to engage this look at all time (i.e. (id est) have the small caption buttons display while not in full screen mode).

I like the look of the caption buttons (minimize, maximize, close) while in full screen mode. I would like to know if it is possible to engage this look at all time (i.e. (id est) have the small caption buttons display while not in full screen mode).

所有回复 (6)

more options

Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" and choose: [X] "Use Small Icons"

more options

I tried that but it did not effect the minimize, maximize, close buttons.

more options

You can try to add code like this to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#titlebar-buttonbox .titlebar-button {
 height: 16px !important;
 width: 16px !important;
}

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.

more options

I have done that, and I have the information to alter it appearance, but I don't want to write a long style that modify the caption buttons in several ways.

I think that if someone knew exactly how the switch to full screen affected the caption buttons, whether it's a script or a change in images, than that person should be able to give a simple config trick to Firefox.

more options

This extension will do the trick but if someone finds a way to do it without an extension, please post here!

more options