From 3e91748c8e6eebc10e47d173d75c101fc62def44 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Sun, 5 Dec 1999 09:34:31 +0000 Subject: [PATCH] Make wallet editor skinnable. r=hyatt --- extensions/wallet/editor/MANIFEST | 3 ++- extensions/wallet/editor/Makefile.in | 2 +- extensions/wallet/editor/WalletEditor.xul | 1 + extensions/wallet/editor/makefile.win | 2 ++ extensions/wallet/editor/wallet.css | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 extensions/wallet/editor/wallet.css diff --git a/extensions/wallet/editor/MANIFEST b/extensions/wallet/editor/MANIFEST index b5e5b5492a71..e4d38f359f91 100644 --- a/extensions/wallet/editor/MANIFEST +++ b/extensions/wallet/editor/MANIFEST @@ -1,2 +1,3 @@ WalletEditor.xul -WalletEditor.js \ No newline at end of file +WalletEditor.js +wallet.css diff --git a/extensions/wallet/editor/Makefile.in b/extensions/wallet/editor/Makefile.in index fa35e9358527..203f67098623 100644 --- a/extensions/wallet/editor/Makefile.in +++ b/extensions/wallet/editor/Makefile.in @@ -43,6 +43,6 @@ override NO_STATIC_LIB= include $(topsrcdir)/config/rules.mk install:: $(TARGETS) - $(INSTALL) $(srcdir)/WalletEditor.xul $(srcdir)/WalletEditor.js $(DIST)/bin/chrome/wallet/content/default + $(INSTALL) $(srcdir)/WalletEditor.xul $(srcdir)/WalletEditor.js $(srcdir)/wallet.css $(DIST)/bin/chrome/wallet/content/default $(INSTALL) $(srcdir)/WalletEditor.properties $(DIST)/bin/chrome/wallet/locale/en-US diff --git a/extensions/wallet/editor/WalletEditor.xul b/extensions/wallet/editor/WalletEditor.xul index 48b2554aac53..a029cabf9b5c 100644 --- a/extensions/wallet/editor/WalletEditor.xul +++ b/extensions/wallet/editor/WalletEditor.xul @@ -1,4 +1,5 @@ + diff --git a/extensions/wallet/editor/makefile.win b/extensions/wallet/editor/makefile.win index 6f8413b93440..931a7e3d4397 100644 --- a/extensions/wallet/editor/makefile.win +++ b/extensions/wallet/editor/makefile.win @@ -55,9 +55,11 @@ clobber:: rm -f $(DIST)\lib\$(LIBRARY_NAME).lib rm -f $(DIST)\bin\chrome\wallet\content\default\WalletEditor.xul rm -f $(DIST)\bin\chrome\wallet\content\default\WalletEditor.js + rm -f $(DIST)\bin\chrome\wallet\content\default\wallet.css rm -f $(DIST)\bin\chrome\wallet\locale\en-US\WalletEditor.properties install:: $(DLL) $(MAKE_INSTALL) WalletEditor.xul $(DIST)\bin\chrome\wallet\content\default $(MAKE_INSTALL) WalletEditor.js $(DIST)\bin\chrome\wallet\content\default + $(MAKE_INSTALL) wallet.css $(DIST)\bin\chrome\wallet\content\default $(MAKE_INSTALL) WalletEditor.properties $(DIST)\bin\chrome\wallet\locale\en-US diff --git a/extensions/wallet/editor/wallet.css b/extensions/wallet/editor/wallet.css new file mode 100644 index 000000000000..3f55d19e7a54 --- /dev/null +++ b/extensions/wallet/editor/wallet.css @@ -0,0 +1 @@ +@import(chrome://global/skin);