mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 08:40:56 +00:00
add offline/online icons to classic skin (npob)
This commit is contained in:
parent
343f6e0ed3
commit
b96e466171
@ -2,3 +2,5 @@
|
||||
navbar-endbox.gif
|
||||
tb-menubutton-dm.gif
|
||||
tb-menubutton-dm-disabled.gif
|
||||
offline.gif
|
||||
online.gif
|
||||
|
@ -32,6 +32,8 @@ EXPORT_RESOURCE = \
|
||||
$(srcdir)/navbar-endbox.gif \
|
||||
$(srcdir)/tb-menubutton-dm.gif \
|
||||
$(srcdir)/tb-menubutton-dm-disabled.gif \
|
||||
$(srcdir)/offline.gif \
|
||||
$(srcdir)/online.gif \
|
||||
$(NULL)
|
||||
|
||||
DIRS = bookmarks directory profile regviewer related search sidebar unix wallet xpinstall
|
||||
|
@ -31,6 +31,8 @@ install::
|
||||
$(MAKE_INSTALL) navbar-endbox.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
|
||||
$(MAKE_INSTALL) tb-menubutton-dm.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
|
||||
$(MAKE_INSTALL) tb-menubutton-dm-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
|
||||
$(MAKE_INSTALL) offline.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
|
||||
$(MAKE_INSTALL) online.gif $(DIST)\bin\chrome\skins\$(THEME)\communicator\skin
|
||||
|
||||
clobber::
|
||||
rm -f $(DIST)\chrome\$(THEME)\communicator\skin\*.*
|
||||
|
BIN
themes/classic/communicator/offline.gif
Normal file
BIN
themes/classic/communicator/offline.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 916 B |
BIN
themes/classic/communicator/online.gif
Normal file
BIN
themes/classic/communicator/online.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 908 B |
Loading…
x
Reference in New Issue
Block a user