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/. */
/* Hide the twisty gap. */
treechildren::-moz-tree-twisty {
width: 0;
padding-inline: 2px;
}
treechildren::-moz-tree-image(GeneratedName) {
margin-inline-end: 2px;
list-style-image: var(--icon-contact);
-moz-context-properties: fill, stroke;
fill: color-mix(in srgb, currentColor 20%, transparent);
stroke: currentColor;
opacity: 0.85;
}
treechildren::-moz-tree-image(GeneratedName, MailList) {
list-style-image: var(--icon-user-list);
}