| 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
| 4 | |
| 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | |
| 7 | /* ===== addressPanes.css ================================================ |
| 8 | == Styles for directory and address panes. |
| 9 | ======================================================================= */ |
| 10 | |
| 11 | /* ::::: directory pane icons ::::: */ |
| 12 | |
| 13 | treechildren::-moz-tree-image(DirCol) { |
| 14 | list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); |
| 15 | } |
| 16 | |
| 17 | treechildren::-moz-tree-image(DirCol, IsMailList-true) { |
| 18 | list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); |
| 19 | } |
| 20 | |
| 21 | treechildren::-moz-tree-image(DirCol, IsRemote-true) { |
| 22 | list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); |
| 23 | } |
| 24 | |
| 25 | treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { |
| 26 | list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif"); |
| 27 | } |
| 28 | |
| 29 | #dirTree [sortDirection="ascending"] { |
| 30 | list-style-image: none; |
| 31 | } |
| 32 | |
| 33 | #dirTree [sortDirection="descending"] { |
| 34 | list-style-image: none; |
| 35 | } |