Enabling biff bug 36011 review=scottip

This commit is contained in:
gayatrib%netscape.com 2000-06-23 03:19:21 +00:00
parent dfd928ee8d
commit 4475d5bfaf
7 changed files with 36 additions and 8 deletions

View File

@ -8,6 +8,11 @@
list-style-image : url("chrome://global/skin/taskbar-mail.gif");
}
#mini-mail[BiffState="NewMail"]
{
list-style-image : url("chrome://global/skin/taskbar-mailnew.gif");
}
#mini-addr
{
list-style-image : url("chrome://global/skin/taskbar-addressbook.gif");

View File

@ -103,6 +103,7 @@ tab-rightedge.gif
taskbar-addressbook.gif
taskbar-composer.gif
taskbar-mail.gif
taskbar-mailnew.gif
taskbar-navigator.gif
taskbar-popup-arrow.gif
taskbar-tab-hover.gif

View File

@ -134,6 +134,7 @@ EXPORT_RESOURCE_SAMPLES = \
taskbar-addressbook.gif \
taskbar-composer.gif \
taskbar-mail.gif \
taskbar-mailnew.gif \
taskbar-navigator.gif \
taskbar-popup-arrow.gif \
taskbar-tab-hover.gif \

View File

@ -134,6 +134,7 @@ install::
$(MAKE_INSTALL) taskbar-addressbook.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
$(MAKE_INSTALL) taskbar-composer.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
$(MAKE_INSTALL) taskbar-mail.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
$(MAKE_INSTALL) taskbar-mailnew.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
$(MAKE_INSTALL) taskbar-navigator.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
$(MAKE_INSTALL) taskbar-popup-arrow.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin
$(MAKE_INSTALL) taskbar-tab-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\global\skin

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 B

View File

@ -8,6 +8,11 @@
list-style-image : url("chrome://global/skin/taskbar-mail.gif");
}
#mini-mail[BiffState="NewMail"]
{
list-style-image : url("chrome://global/skin/taskbar-mailnew.gif");
}
#mini-addr
{
list-style-image : url("chrome://global/skin/taskbar-addressbook.gif");

View File

@ -40,27 +40,42 @@ treeitem.folderTreeItem[open="true"] > treerow > .tree-cell-folderpane-icon
list-style-image: url("chrome://messenger/skin/folder-trash.gif");
}
.tree-cell-folderpane-icon[BiffState="NewMail"]
.tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"]
{
list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");
}
treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[BiffState="NewMail"]
treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[BiffState="NewMail"][IsServer="true"]
{
list-style-image: url("chrome://messenger/skin/folder-new-open.gif");
}
.tree-cell-folderpane-icon[SpecialFolder="Inbox"][BiffState="NewMail"]
{
list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif");
}
.tree-cell-folderpane-icon[IsServer="true"]
{
list-style-image: url("chrome://messenger/skin/server-mail.gif");
}
/* differentiate new messages on inbox/folders from biff on the server */
.tree-cell-folderpane-icon[NewMessages="true"]
{
list-style-image: url("chrome://messenger/skin/folder-new-closed.gif");
font-weight: bold;
}
.tree-cell-folderpane-icon[SpecialFolder="Inbox"][NewMessages="true"]
{
list-style-image: url("chrome://messenger/skin/folder-inbox-new.gif");
font-weight: bold;
}
treeitem[open="true"] > treerow > .tree-cell-folderpane-icon[NewMessages="true"]
{
list-style-image: url("chrome://messenger/skin/folder-new-open.gif");
font-weight: bold;
}
/* IMAP folders */
.tree-cell-folderpane-icon[IsServer="true"][ServerType="imap"][IsSecure="true"]
@ -117,4 +132,4 @@ treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {
list-style-image: none !important;
}
}