diff --git a/xpfe/AppCores/src/makefile.win b/xpfe/AppCores/src/makefile.win index 9b465901472..8f6c8a8a5c2 100644 --- a/xpfe/AppCores/src/makefile.win +++ b/xpfe/AppCores/src/makefile.win @@ -200,8 +200,8 @@ install:: $(DLL) $(MAKE_INSTALL) ..\xul\resources\TB_NewStop.gif $(DIST)\bin\res\toolbar $(MAKE_INSTALL) ..\xul\resources\TB_NewHome.gif $(DIST)\bin\res\toolbar $(MAKE_INSTALL) ..\xul\resources\TB_NewPrint.gif $(DIST)\bin\res\toolbar - $(MAKE_INSTALL) ..\xul\resources\grippy.gif $(DIST)\bin\res\samples - $(MAKE_INSTALL) ..\xul\resources\grippyO.gif $(DIST)\bin\res\samples + $(MAKE_INSTALL) ..\xul\resources\grippy.gif $(DIST)\bin\res\toolbar + $(MAKE_INSTALL) ..\xul\resources\grippyO.gif $(DIST)\bin\res\toolbar $(MAKE_INSTALL) ..\xul\resources\throbbingN.gif $(DIST)\bin\res\throbber @@ -284,8 +284,8 @@ clobber:: rm -f $(DIST)\bin\res\samples\TB_NewStop.gif rm -f $(DIST)\bin\res\samples\TB_NewHome.gif rm -f $(DIST)\bin\res\samples\TB_NewPrint.gif - rm -f $(DIST)\bin\res\samples\grippy.gif - rm -f $(DIST)\bin\res\samples\grippyO.gif + rm -f $(DIST)\bin\res\toolbar\grippy.gif + rm -f $(DIST)\bin\res\toolbar\grippyO.gif rm -f $(DIST)\bin\res\throbber\throbbingN.gif diff --git a/xpfe/AppCores/xul/Makefile.in b/xpfe/AppCores/xul/Makefile.in index d359b3fcc06..79c2a1839ca 100644 --- a/xpfe/AppCores/xul/Makefile.in +++ b/xpfe/AppCores/xul/Makefile.in @@ -47,8 +47,6 @@ EXPORT_RESOURCE_SAMPLES = \ $(srcdir)/preftree.css \ $(srcdir)/preftree.xul \ $(srcdir)/pref.css \ - $(srcdir)/resources/grippy.gif \ - $(srcdir)/resources/grippyO.gif \ $(NULL) EXPORT_RESOURCE_TOOLBAR = \ @@ -123,6 +121,8 @@ EXPORT_RESOURCE_TOOLBAR = \ $(srcdir)/resources/TB_NewStop.gif \ $(srcdir)/resources/TB_NewHome.gif \ $(srcdir)/resources/TB_NewPrint.gif \ + $(srcdir)/resources/grippy.gif \ + $(srcdir)/resources/grippyO.gif \ $(NULL) EXPORT_RESOURCE_THROBBER = \ diff --git a/xpfe/browser/src/contentframe.css b/xpfe/browser/src/contentframe.css index 1456044044d..60f44aa7756 100644 --- a/xpfe/browser/src/contentframe.css +++ b/xpfe/browser/src/contentframe.css @@ -9,11 +9,11 @@ iframe[class=sidebarframe] { titledbutton[class=grippy] { background-color: rgb(206, 207, 206); - list-style-image:url(http://dance/sidebar/grippy.gif); + list-style-image:url(resource:/res/toolbar/grippy.gif); } titledbutton[class=grippy][open=true] { - list-style-image:url(http://dance/sidebar/grippyO.gif); + list-style-image:url(resource:/res/toolbar/grippyO.gif); } titledbutton[class=grippy]:hover {