summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/abResultsPane.css
blob: 9aa7cf9085ef07d72d60cc77cabad8002ace4af5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* 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);
}