This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

How to change the bacground color of url bar for https links via chrome.css?

  • 2 การตอบกลับ
  • 3 คนมีปัญหานี้
  • 2 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย user1299018

more options

Hi,

until firefox 43 I was using this:

  1. urlbar[level="high"]{
background-color: #B4B49B!important;
color:#000 !important;

}

But since firefox 43 it doesnt work anymore. Can anyone help me, please?

Hi, until firefox 43 I was using this: #urlbar[level="high"]{ background-color: #B4B49B!important; color:#000 !important; } But since firefox 43 it doesnt work anymore. Can anyone help me, please?

วิธีแก้ปัญหาที่เลือก

การตอบกลับทั้งหมด (2)

more options

Sorry, during copy-paste it changed somehow, it should be:

#urlbar[level="high"]

{ background-color: #B4B49B !important; color:#000 !important; }

more options

วิธีแก้ปัญหาที่เลือก

Hi,

finally find a sollution that work for me in this thread:

http://forums.mozillazine.org/viewtopic.php?f=23&t=2969105