summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/aboutSupport.css
blob: 288950dc79db09cb5cbfc19dfc595a5fa4a68bb3 (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/. */

@media (prefers-color-scheme: dark) {
  :root {
    --in-content-button-background: rgba(249, 249, 250, 0.1);
    --in-content-button-background-hover: rgba(249, 249, 250, 0.15);
    --in-content-button-background-active: rgba(249, 249, 250, 0.2);
    --in-content-primary-button-background: #45a1ff;
    --in-content-primary-button-background-hover: #65c1ff;
    --in-content-primary-button-background-active: #85e1ff;
    --in-content-focus-outline-color: #45a1ff;
  }
}

#support-buttons {
  display: flex;
}

#support-buttons > div {
  display: inherit;
  align-items: center;
}

#contents.show-private-data .data-public {
  display: none;
}

#contents:not(.show-private-data) .data-private {
  display: none;
}

#safe-mode-box > h3 {
  margin-top: 0;
}

#check-show-private-data {
  margin-inline-end: 3px;
  vertical-align: text-bottom;
}

.gray-text {
  color: #888;
}

.thead-level2 > th {
  background-color: hsl(0, 0%, 60%);
}

td.data-private {
  background-color: #ff9;
  color: #333;
}

.calendar-table > thead > th:nth-of-type(1) {
  width: 25%;
}

.calendar-table + .calendar-table {
  margin-top: 50px;
}

.calendar-table caption {
  margin-bottom: 5px;
  font-weight: bold;
}