Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Page Background Color *before it starts loading*

  • 1 отговор
  • 3 имат този проблем
  • 203 изгледи
  • Последен отговор от 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.

Променено на от Yaron

Избрано решение

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.

Прочетете този отговор в контекста 👍 1

Всички отговори (1)

more options

Избрано решение

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.