summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/mailWindow1.css
blob: 4e606af6bc22dab3153923b8299d345afeee78da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/*
# 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/.
*/

/* ===== mailWindow1.css ================================================
  == Styles for the main Mail window in the default layout scheme.
  ======================================================================= */

@import url("chrome://messenger/skin/messenger.css");
@import url("chrome://messenger/skin/primaryToolbar.css");
@import url("chrome://messenger/skin/folderPane.css");
@import url("chrome://messenger/skin/messageIcons.css");
@import url("chrome://messenger/skin/shared/mailWindow1.css");

:root:not([lwt-tree]) #folderTree {
  background-color: -moz-OddTreeRow;
}

@media (prefers-contrast) {
  :root:not([lwt-tree]) #folderTree {
    background-color: Field;
  }
}

#folderTree treechildren::-moz-tree-indentation {
 background-color: black !important;
}

#folderTree treechildren::-moz-tree-row {
  padding-inline-start: 2px !important;
  padding-bottom: 2px;
  background: transparent;
}

#folderTree treechildren::-moz-tree-row(hover) {
  background-color: hsla(0, 0%, 50%, 0.15);
}

#folderTree treechildren::-moz-tree-row(selected) {
  color: -moz-cellhighlighttext;
  background-color: -moz-cellhighlight;
}

#folderTree treechildren::-moz-tree-row(selected, focus) {
  background-color: var(--selected-item-color);
}

#folderTree treechildren::-moz-tree-cell-text {
  font-family: -apple-system, sans-serif;
  font-weight: 400;
}

/* ::::: thread decoration ::::: */

/* ::::: group rows ::::: */
treechildren::-moz-tree-row(dummy) {
  padding-inline-start: 0;
}

.telemetry-text-link {
  color: #fff;
}

/* Global notification popup */

#notification-popup {
  appearance: none;
  background: transparent;
  margin-top: 4px;
}

#notification-popup::part(content) {
  margin: 1px;
}