pjs/xpinstall/notifier/SoftwareUpdate.css

21 строка
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");
}