1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 --aboutSupport-table-background: #CCD0DD;
7 background-color: var(--in-content-page-background);
32 background-color: var(--aboutSupport-table-background);
33 color: var(--in-content-text-color);
36 border: 1px solid var(--in-content-border-color);
45 td:not(:first-child) {
46 border-left: 1px dotted var(--in-content-border-color);
55 background-color: var(--in-content-table-header-background);
56 color: var(--in-content-selected-text);
68 tr:not(:first-child) > td,
69 tr:not(:first-child) > th {
71 border-top: 1px dotted var(--in-content-table-border-dark-color);
92 background-color: var(--aboutSupport-table-background);
93 border: 1px solid var(--in-content-border-color);
94 color: var(--in-content-text-color);
98 -moz-margin-start: 20px;
110 #action-box:-moz-dir(rtl) {
118 #action-box > button {