summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/abResultsPane.css
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/shared/mail/abResultsPane.css')
-rw-r--r--comm/mail/themes/shared/mail/abResultsPane.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/comm/mail/themes/shared/mail/abResultsPane.css b/comm/mail/themes/shared/mail/abResultsPane.css
new file mode 100644
index 0000000000..9aa7cf9085
--- /dev/null
+++ b/comm/mail/themes/shared/mail/abResultsPane.css
@@ -0,0 +1,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);
+}