mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Adding xpinstall notfication to the sidebar.
This commit is contained in:
parent
0dc2c61032
commit
6bf65bcca2
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user