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

git-svn-id: svn://10.0.0.236/trunk@187988 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
2006-01-22 00:56:03 +00:00
parent 9f0d1d2d2e
commit 315848c874
2 changed files with 2 additions and 2 deletions

View File

@@ -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">

View File

@@ -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">