Make prefs skinnable.

git-svn-id: svn://10.0.0.236/trunk@55386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1999-12-05 23:57:46 +00:00
parent 87a9a9877c
commit 586fad3e08
5 changed files with 6 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>

View File

@@ -22,6 +22,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/preftree.dtd" >
<window xmlns:html="http://www.w3.org/TR/REC-html40"

View File

@@ -21,7 +21,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>

View File

@@ -22,6 +22,7 @@
Contributor(s):
-->
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/preftree.dtd" >
<window xmlns:html="http://www.w3.org/TR/REC-html40"

View File

@@ -1,3 +1,5 @@
@import url(chrome://global/skin);
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
@namespace html url("http://www.w3.org/TR/REC-html40"); /* namespace for XUL elements */