bugscape 2269, r=danm, sr=scc, turn off print plus for bookmarks windows

This commit is contained in:
pchen%netscape.com 2000-10-12 21:41:24 +00:00
parent 8e1a7dbe7b
commit f3813beefb
3 changed files with 15 additions and 0 deletions

View File

@ -144,3 +144,8 @@ treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .t
treeitem > treerow > .treecell-bookmark {
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
#navprintplus
{
display:none !important;
}

View File

@ -247,3 +247,8 @@
{
border-top : none;
}
#navprintplus
{
display:none !important;
}

View File

@ -146,3 +146,8 @@ treeitem[type="http://home.netscape.com/NC-rdf#FileSystemObject"] > treerow > .t
treeitem > treerow > .treecell-bookmark {
list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
}
#navprintplus
{
display:none !important;
}