summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/linux/mail/messageIcons.css
blob: 4741ce1725d4ea909c04e4b7f503bd10cee6d795 (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
/* 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/. */

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

/* ..... read column ..... */

.readColumnHeader {
  padding-inline-start: 3px;
}

/* ..... attachment column ..... */

.attachmentColumnHeader {
  padding-inline: 2px 5px;
}

treechildren::-moz-tree-image(attachmentCol) {
  margin-inline-start: 3px;
}

/* ..... junkStatus column ..... */

treechildren::-moz-tree-image(junkStatusCol) {
  margin-inline-start: 1px;
}

/* ..... junkStatus column ..... */

.junkStatusHeader {
  padding-inline-end: 3px;
}

/* ..... correspondent column ..... */

#correspondentCol {
  padding-inline-start: 17px;
}

/* ..... subject column ..... */

#subjectCol {
  padding-inline-start: 15px;
}

#subjectCol[primary="true"] {
  padding-inline-start: 35px;
}

treechildren::-moz-tree-image(subjectCol) {
  margin-inline-end: 2px;
}

:root[uidensity="compact"] treechildren::-moz-tree-image {
  margin-block-start: -1px;
}