Adding xpinstall notfication to the sidebar.

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

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

@ -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">

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

@ -15,3 +15,7 @@ treeitem[type="http://www.mozilla.org/RDF#TinderboxFlash"] > treerow > treecell
treeitem[type="http://home.netscape.com/NC-rdf#MsgNewMessages"] > treerow > treecell > titledbutton {
list-style-image: url("chrome://messenger/skin/folderHasMail.gif");
}
treeitem[type="http://www.mozilla.org/rdf#XPInstallNotification"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/rdf/document.gif");
}