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
21 lines
693 B
CSS
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");
|
|
} |