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