Add images for columns and flagged messages.

git-svn-id: svn://10.0.0.236/trunk@44360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
putterman%netscape.com
1999-08-24 21:50:23 +00:00
parent 2bf9c274da
commit 5b67404b48
8 changed files with 26 additions and 2 deletions

View File

@@ -39,6 +39,10 @@ readcol.gif
readmail.gif
unreadmail.gif
next.gif
threadcol.gif
unthreadcol.gif
flagcol.gif
flaggedmail.gif
Folder.gif
FolderDraft.gif
FolderDraftO.gif

View File

@@ -52,6 +52,10 @@ EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/unreadmail.gif \
$(srcdir)/replyall.gif \
$(srcdir)/next.gif \
$(srcdir)/threadcol.gif \
$(srcdir)/unthreadcol.gif \
$(srcdir)/flagcol.gif \
$(srcdir)/flaggedmail.gif \
$(srcdir)/Folder.gif \
$(srcdir)/FolderDraft.gif \
$(srcdir)/FolderDraftO.gif \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -43,6 +43,10 @@ install::
$(MAKE_INSTALL) readmail.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) unreadmail.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) next.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) threadcol.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) unthreadcol.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) flagcol.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) flaggedmail.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) Folder.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) FolderDraft.gif $(DIST)\bin\chrome\messenger\skin\default
$(MAKE_INSTALL) FolderDraftO.gif $(DIST)\bin\chrome\messenger\skin\default
@@ -108,6 +112,10 @@ clobber::
rm -f $(DIST)\chrome\messenger\skin\default\readmail.gif
rm -f $(DIST)\chrome\messenger\skin\default\unreadmail.gif
rm -f $(DIST)\chrome\messenger\skin\default\next.gif
rm -f $(DIST)\chrome\messenger\skin\default\threadcol.gif
rm -f $(DIST)\chrome\messenger\skin\default\unthreadcol.gif
rm -f $(DIST)\chrome\messenger\skin\default\flagcol.gif
rm -f $(DIST)\chrome\messenger\skin\default\flaggedmail.gif

View File

@@ -23,7 +23,7 @@ window {
background-color: white;
}
treeitem[Status=""] > treerow {
treeitem[Status=" "] > treerow {
font-weight: bold;
}
@@ -45,7 +45,7 @@ titledbutton.unreadcol {
list-style-image: url("chrome://messenger/skin/readmail.gif");
}
treeitem[Status=""] treerow > treecell > titledbutton.unreadcol {
treeitem[Status=" "] treerow > treecell > titledbutton.unreadcol {
list-style-image: url("chrome://messenger/skin/unreadmail.gif");
}
@@ -53,3 +53,11 @@ treeitem[Status="new"] treerow > treecell > titledbutton.unreadcol {
list-style-image: url("chrome://messenger/skin/unreadmail.gif");
}
titledbutton.flagcol {
list-style-image: url("chrome://messenger/skin/readmail.gif");
}
treeitem[Flagged="flagged"] treerow > treecell > titledbutton.flagcol {
list-style-image: url("chrome://messenger/skin/flaggedmail.gif");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB