/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* ===== addressPanes.css ================================================ == Styles for directory and address panes. ======================================================================= */ /* ::::: directory pane icons ::::: */ treechildren::-moz-tree-image(DirCol) { list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); } treechildren::-moz-tree-image(DirCol, IsMailList-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); } treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif"); } #dirTree [sortDirection="ascending"] { list-style-image: none; } #dirTree [sortDirection="descending"] { list-style-image: none; }