Revision control

Copy as Markdown

Other Tools

/* 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/. */
/* ===== addressPanes.css ================================================
== Styles for directory pane.
======================================================================= */
/* ::::: directory pane icons ::::: */
treechildren::-moz-tree-image(DirCol) {
margin-inline-end: 2px;
}
treechildren::-moz-tree-image(DirCol, IsMailList-true) {
}
treechildren::-moz-tree-image(DirCol, IsRemote-true) {
}
treechildren::-moz-tree-image(DirCol, IsRemote-true, IsSecure-true) {
}
#dirTree [sortDirection="ascending"] {
list-style-image: none;
}
#dirTree [sortDirection="descending"] {
list-style-image: none;
}