Adding xpinstall notfication to the sidebar.

This commit is contained in:
dougt%netscape.com 1999-07-26 16:18:01 +00:00
Родитель 51a2f464bf
Коммит c065aa88fb
2 изменённых файлов: 4 добавлений и 17 удалений

Просмотреть файл

@ -12,6 +12,10 @@
<!-- Messenger Flashes -->
<RDF:Description about="rdf:msgnotifications" />
</RDF:li>
<RDF:li>
<!-- XPInstall Flashes -->
<RDF:Description about="rdf:xpinstall-update-notifier" />
</RDF:li>
</RDF:Bag>
<RDF:Bag about="NC:FlashStyleSheets">

Просмотреть файл

@ -1,17 +0,0 @@
/* -*- Mode: C; c-basic-offset: 2 -*-
Style rules specific to the Flash Panel. These are kludged right now.
*/
window {
background-color: white;
}
treeitem[type="http://www.mozilla.org/RDF#TinderboxFlash"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/flames.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#MsgNewMessages"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://messenger/skin/folderHasMail.gif");
}