Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

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.

Learn More

Page Background Color *before it starts loading*

  • 1 reply
  • 3 have this problem
  • 25 views
  • Last reply by Yaron

more options

Hello,

In Options -> Content -> Fonts and Colors -> Colors > "Background Color" you can set the color of a blank page.

However, this does not affect the background color of a page If you open a link in a new tab.

(Try "Learn More" in about:privatebrowsing).


I'd be glad if you could refer me to the relevant code in the source files.

Thank you.

Hello, In Options -> Content -> Fonts and Colors -> Colors > "Background Color" you can set the color of a blank page. However, this does not affect the background color of a page If you open a link in a new tab. (Try "Learn More" in about:privatebrowsing). I'd be glad if you could refer me to the relevant code in the source files. Thank you.

Modified by Yaron

Chosen solution

The relevant code is in chrome\browser\content\browser\tabbrowser.css.

   .tabbrowser-tabbox {
     -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabbox");
   /*
     background: Menu;
     color: MenuText;
    */
   }

Best regards.

Read this answer in context 👍 1

All Replies (1)

more options

Chosen Solution

The relevant code is in chrome\browser\content\browser\tabbrowser.css.

   .tabbrowser-tabbox {
     -moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser-tabbox");
   /*
     background: Menu;
     color: MenuText;
    */
   }

Best regards.