Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Page Background Color *before it starts loading*

  • 1 svar
  • 3 har detta problem
  • 163 visningar
  • Senaste svar av 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.

Ändrad av Yaron

Vald lösning

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.

Läs svaret i sitt sammanhang 👍 1

Alla svar (1)

more options

Vald lösning

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.