搜尋 Mozilla 技術支援網站

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

Learn More

All fieds have white text on white background

  • 無回覆
  • 1 有這個問題
  • 5 次檢視
more options

Hello,

After the recent system update all text fields in Firefox have white color on white background. This affects fields in websites (unless input color is specified in css) AND Firefox user interface (i.e. the address field). I've checked some fields in Firebug and they have the following styles (Firefox default, as I understand):

  • background-color: -moz-field;
  • color: -moz-fieldtext;

Both of these colors are white.

I was able to change website text field colors using userContent.css, but it had no effect on the address field.

I guess the correct way to fix this is to find out where Firefox takes colors for moz-fieldtext and UI textfields from and set the colors there back to black. Please advise.

I have Firefox 46.0, my OS is Ubuntu 12.10, desktop environment is Gnome.

Hello, After the recent system update all text fields in Firefox have white color on white background. This affects fields in websites (unless input color is specified in css) AND Firefox user interface (i.e. the address field). I've checked some fields in Firebug and they have the following styles (Firefox default, as I understand): * background-color: -moz-field; * color: -moz-fieldtext; Both of these colors are white. I was able to change website text field colors using userContent.css, but it had no effect on the address field. I guess the correct way to fix this is to find out where Firefox takes colors for moz-fieldtext and UI textfields from and set the colors there back to black. Please advise. I have Firefox 46.0, my OS is Ubuntu 12.10, desktop environment is Gnome.

由 TonyKK 於 修改