We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Can I edit maximize, minimize and cancel button using userChrome.css on Windows 7?

  • 3 回覆
  • 2 有這個問題
  • 4 次檢視
  • 最近回覆由 GM79

more options

I edited navbar on titlebar so it can fit on my firefox. But one more question is that when I swich theme between Aero and High Contrast, navbar will block the maximize, minimize and cancel button.

http://i.imgur.com/Kyhgy.png http://i.imgur.com/45x7f.png

Can CSS detect theme changing and edit -moz-margin-end? Or just edit the buttons? Thanks

I edited navbar on titlebar so it can fit on my firefox. But one more question is that when I swich theme between Aero and High Contrast, navbar will block the maximize, minimize and cancel button. http://i.imgur.com/Kyhgy.png http://i.imgur.com/45x7f.png Can CSS detect theme changing and edit -moz-margin-end? Or just edit the buttons? Thanks

所有回覆 (3)

more options

The caption buttons are not drawn by Firefox, so they can't be affected by userChrome.css. If you try inspecting them with DOM Inspector, you'll notice their function is triggered and DOM Inspector won't display anything new.

If you were making a full-fledged theme, then you could specify a different appearance for Aero and Classic. But as far as I can tell, there's no way to differentiate between the two in a user style. From what I see, the only difference is in the width and height attributes of the window, and that's only if you don't keep Firefox maximized.

If you don't get another answer here, you may want to repeat your question on http://forum.userstyles.org, if you haven't already.

more options

Which code do you currently have in userChrome.css ?

Did you try to set a negative margin-right for that toolbar?

more options

thanks, i think i just switch another file.