mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 16:22:53 +00:00
Enabling biff bug 36011 review=scottip
This commit is contained in:
parent
dfd928ee8d
commit
4475d5bfaf
@ -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");
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
BIN
themes/modern/global/taskbar-mailnew.gif
Normal file
BIN
themes/modern/global/taskbar-mailnew.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 B |
@ -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");
|
||||
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user