/* -*- Mode: C; c-basic-offset: 2 -*- * * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): */ /* This is debugging code related to bug 60095 ... .iframe-panel { border: 1px solid red; padding: 0px; } .iframe-panel window { border: 1px solid blue; padding: 0px; } .iframe-panel box { border: 1px solid yellow; padding: 0px; } .iframe-panel tree { border: 1px solid green; padding: 0px; } */ .bookmark-item { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); cursor : pointer; } .bookmark-item[menuactive="true"] { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item-sel.gif"); } .bookmark-item[container="true"] { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } .bookmark-item[container="true"] > box > text { max-width: 8em; } .bookmark-item[container="true"][menuactive="true"] { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-closed-sel.gif"); } .bookmark-item[container="true"][open="true"] { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } .bookmark-item[container="true"][open="true"][menuactive="true"] { list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-folder-open-sel.gif"); } .bookmark-item[container="true"][open="true"][loading="true"] { list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; } .bookmark-item[status="new"] { list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ; } /* .bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"], .bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"], .bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-closed.gif"); } .bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][open="true"], .bookmark-item[type="http://home.netscape.com/NC-rdf#IEFavoriteFolder"][open="true"], .bookmark-item[type="http://home.netscape.com/NC-rdf#Folder"][id="NC:PersonalToolbarFolder"][open="true"], { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif"); } .bookmark-item[type="http://home.netscape.com/NC-rdf#BookmarkSeparator"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } .bookmark-item[type="http://home.netscape.com/NC-rdf#Bookmark"] { list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } */ .bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"][open="true"] { list-style-image: url("chrome://communicator/skin/directory/folder-open.gif"); } .bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"][container="true"] { list-style-image: url("chrome://communicator/skin/directory/folder-closed.gif"); } .bookmark-item[type="http://home.netscape.com/NC-rdf#FileSystemObject"] { list-style-image: url("chrome://communicator/skin/bookmarks/article.gif"); } /* .bookmark-item > treerow > .treecell-bookmark { list-style-image:url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); } #navprintplus { display:none !important; } */