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:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
BIN
mozilla/mailnews/base/resources/skin/flagcol.gif
Normal file
BIN
mozilla/mailnews/base/resources/skin/flagcol.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
mozilla/mailnews/base/resources/skin/flaggedmail.gif
Normal file
BIN
mozilla/mailnews/base/resources/skin/flaggedmail.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
BIN
mozilla/mailnews/base/resources/skin/threadcol.gif
Normal file
BIN
mozilla/mailnews/base/resources/skin/threadcol.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
BIN
mozilla/mailnews/base/resources/skin/unthreadcol.gif
Normal file
BIN
mozilla/mailnews/base/resources/skin/unthreadcol.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user