Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

I need help resizing my Minimize and Maximize buttons when in Full Screen mode. They are almost too small to see!

  • 1 trả lời
  • 3 gặp vấn đề này
  • 12 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

When in Full Screen mode on Mozilla Firefox, the Minimize, Maximize, and Close buttons are extremely small. How do I change the size of these buttons?

When in Full Screen mode on Mozilla Firefox, the Minimize, Maximize, and Close buttons are extremely small. How do I change the size of these buttons?

Tất cả các câu trả lời (1)

more options

Add code to userChrome.css below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.

You can use this button to go to the Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Open Containing Folder

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

#window-controls .toolbarbutton-icon { width:25px; height:25px; }