Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

How do I fix Firefox on Linux so it doesn't show unreadable black text on a black background on error pages?

  • 1 antwoord
  • 1 heeft dit probleem
  • 37 weergaven
  • Laatste antwoord van Nindalf

more options

I've tried changing my GTK theme, and starting with a chosen GTK theme that doesn't have black background. I've tried setting colors in Preferences. I've tried disabling my all-ons. I've tried doing each of these things, shutting down Firefox, and restarting it. I'm on Ubuntu 16.04.

Where is it getting the background color setting and how do I change it? I know that it uses a hard-coded black text color on error pages, that can't be changed, while using a background color setting from somewhere that might also be set to black, and that this bug has gone unfixed for years, but I don't know where it's getting the background color.

I've tried changing my GTK theme, and starting with a chosen GTK theme that doesn't have black background. I've tried setting colors in Preferences. I've tried disabling my all-ons. I've tried doing each of these things, shutting down Firefox, and restarting it. I'm on Ubuntu 16.04. Where is it getting the background color setting and how do I change it? I know that it uses a hard-coded black text color on error pages, that can't be changed, while using a background color setting from somewhere that might also be set to black, and that this bug has gone unfixed for years, but I don't know where it's getting the background color.

Gekozen oplossing

I figured out a fix:

File: ~/.mozilla/firefox/[random stuff].default/chrome/userContent.css

Contents: @-moz-document url-prefix("about:") { body{background-color: #B7B7B7 !important;} }

Dit antwoord in context lezen 👍 0

Alle antwoorden (1)

more options

Gekozen oplossing

I figured out a fix:

File: ~/.mozilla/firefox/[random stuff].default/chrome/userContent.css

Contents: @-moz-document url-prefix("about:") { body{background-color: #B7B7B7 !important;} }