Mozilla/mozilla/xpinstall/notifier/SoftwareUpdate.css
dougt%netscape.com 2f3a4669f2 Update notifier to work again.
adding makefiles so that we can soon become part of the build.
added a new dugif for the package.


git-svn-id: svn://10.0.0.236/trunk@40508 18797224-902f-48f8-a5cc-f745e15eee43
1999-07-21 20:40:01 +00:00

21 lines
693 B
CSS

/* -*- Mode: C; c-basic-offset: 2 -*-
Style rules specific to the SoftwareUpdate Panel. These are kludged right now.
*/
window {
background-color: white;
}
treeitem[type="http://home.netscape.com/NC-rdf#SoftwarePackage"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/xpinstall/SoftwareUpdatePackage.gif");
}
treeitem[type="http://home.netscape.com/NC-rdf#Folder"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/xpinstall/folder-closed.gif");
treeitem[type="http://home.netscape.com/NC-rdf#Folder"][open="true"] > treerow > treecell > titledbutton {
list-style-image: url("resource:/res/xpinstall/folder-open.gif");
}