update both themes for chatzilla changes in recent cycles
[themes.git] / LCARStrek / messenger / addressbook / addressPanes.css
CommitLineData
9099c61d
RK
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/. */
351107c9 4
5/* ===== addressPanes.css ================================================
6 == Styles for directory and address panes.
7 ======================================================================= */
8
9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10
11/* ::::: directory pane icons ::::: */
12
01fc5c11 13treechildren::-moz-tree-image(DirCol) {
b1eaa419 14 list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
351107c9 15}
16
01fc5c11 17treechildren::-moz-tree-image(DirCol, IsMailList-true) {
b1eaa419 18 list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif");
351107c9 19}
20
01fc5c11 21treechildren::-moz-tree-image(DirCol, IsRemote-true) {
b1eaa419 22 list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
351107c9 23}
a3b3d4d6 24
01fc5c11 25treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
a3b3d4d6 26 list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif");
27}
ac1cdf20 28
29#dirTree [sortDirection="ascending"] {
30 list-style-image: none;
31}
32
33#dirTree [sortDirection="descending"] {
34 list-style-image: none;
35}