summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/osx/mail/messageIcons.css
blob: 1e44f588fe44e1614caa2c6eb251b7d9e9603891 (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
/* 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");

/* ..... select column ..... */

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

/* ..... delete column ..... */

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

/* ..... thread column ..... */

.threadColumnHeader {
  padding-inline: 3px 2px;
}

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

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

treechildren::-moz-tree-image(unreadButtonColHeader) {
  margin-inline-start: -2px;
}

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

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

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

/* ..... flag column ..... */

.flagColumnHeader {
  padding-inline: 2px 3px;
}

/* ..... junkStatus column ..... */
treechildren::-moz-tree-image(junkStatusCol) {
  margin-inline-start: -1px;
}

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

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

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

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

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