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

How to change urlbar font size/color on linux firefox?

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

more options

I want to change the default size/colore in the urlbar of my linux firefox

I want to change the default size/colore in the urlbar of my linux firefox

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

more options

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

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

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

#urlbar      .textbox-input-box {font-size:12pt!important; color: #000;}
#searchbar   .textbox-input-box {font-size:12pt!important; color: #000;}
#FindToolbar .textbox-input-box {font-size:12pt!important; color: #000;}

Được chỉnh sửa bởi cor-el vào