summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/linux/mail/mailWindow1.css
blob: c78e870e13942792e9c010549f333b025bb56fb3 (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
/*
# 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");

#messengerBox {
  background-color: -moz-Dialog;
}

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

#mailContent {
  appearance: auto;
  -moz-default-appearance: toolbox;
  background-color: -moz-Dialog;
}

/* ..... status bar adjustments ..... */

#threadTree > treechildren::-moz-tree-row(odd) {
  background-color: transparent;
}

#threadTree > treechildren::-moz-tree-row(dummy, odd) {
  background-color: var(--row-grouped-header-bg-color);
}

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

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

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

/* ..... tabs ..... */

#tabpanelcontainer {
  appearance: none;
}

/* Global notification popup */

#notification-popup {
  background-color: transparent;
  border: none;
}