зеркало из https://github.com/mozilla/pjs.git
Finish last checkin. Put sidebar grippy.gif in res/toolbar for now.
This commit is contained in:
Родитель
081af0f30b
Коммит
37db88ba5e
|
@ -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
|
||||
|
||||
|
|
|
@ -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 = \
|
||||
|
|
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче