Commit | Line | Data |
---|---|---|
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/. */ | |
128000f4 | 4 | |
5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
f6e0a33f | 6 | |
7 | /* ===== addressPanes.css ================================================ | |
8 | == Styles for directory and address panes. | |
9 | ======================================================================= */ | |
10 | ||
f6e0a33f | 11 | /* ::::: directory pane icons ::::: */ |
12 | ||
a1f525f0 | 13 | treechildren::-moz-tree-image(DirCol) { |
74d14f90 | 14 | list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif"); |
f6e0a33f | 15 | } |
16 | ||
a1f525f0 | 17 | treechildren::-moz-tree-image(DirCol, IsMailList-true) { |
74d14f90 | 18 | list-style-image: url("chrome://messenger/skin/addressbook/icons/ablist.gif"); |
f6e0a33f | 19 | } |
20 | ||
a1f525f0 | 21 | treechildren::-moz-tree-image(DirCol, IsRemote-true) { |
74d14f90 | 22 | list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif"); |
f6e0a33f | 23 | } |
c37975cc | 24 | |
a1f525f0 | 25 | treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) { |
c37975cc | 26 | list-style-image: url("chrome://messenger/skin/addressbook/icons/secure-remote-addrbook.gif"); |
27 | } | |
b618d1fd | 28 | |
29 | #dirTree [sortDirection="ascending"] { | |
30 | list-style-image: none; | |
31 | } | |
32 | ||
33 | #dirTree [sortDirection="descending"] { | |
34 | list-style-image: none; | |
35 | } |