Move stylesheet inclusion from the lightning pref pane overlay up one-level to the pref window overlay so that it is applied all the time, not just when that pane is selected; follow-on to fix for bug 305577. No bug. r=jminta@gmail.com

This commit is contained in:
dmose%mozilla.org 2006-01-22 00:55:41 +00:00
Родитель 73297db92f
Коммит e5e0742d47
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -43,8 +43,6 @@
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/global.dtd" > %dtd2;
]>
<?xml-stylesheet href="chrome://lightning/skin/lightning.css"?>
<overlay id="LightningPaneOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

Просмотреть файл

@ -39,6 +39,8 @@
<!DOCTYPE overlay SYSTEM "chrome://lightning/locale/lightning.dtd" >
<?xml-stylesheet href="chrome://lightning/skin/lightning.css"?>
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<prefwindow id="MailPreferences">