зеркало из https://github.com/mozilla/pjs.git
Bug 558585 - Window flashes white when a new tab is made, despite settings. r=gavin
This commit is contained in:
Родитель
15704d902a
Коммит
db8087d95c
|
@ -35,7 +35,7 @@
|
|||
}
|
||||
|
||||
tabpanels {
|
||||
background-color: white;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.tab-drop-indicator {
|
||||
|
|
|
@ -2456,6 +2456,11 @@
|
|||
this.mTabListeners[0] = tabListener;
|
||||
this.mTabFilters[0] = filter;
|
||||
this.init();
|
||||
|
||||
this.style.backgroundColor =
|
||||
Services.prefs.getBoolPref("browser.display.use_system_colors") ?
|
||||
"-moz-default-background-color" :
|
||||
Services.prefs.getCharPref("browser.display.background_color");
|
||||
]]>
|
||||
</constructor>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче