second (small) part of syncing LCARStrek with Firefox 51 browser windows theme changes
[themes.git] / LCARStrek / browser / aboutTabCrashed.css
CommitLineData
d533ec21
RK
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/. */
1b13529a 4
d533ec21
RK
5.title {
6 background-image: url("chrome://browser/skin/tab-crashed.svg");
1b13529a
RK
7}
8
d533ec21 9#reportSent {
1b13529a
RK
10 font-weight: bold;
11}
d7b7f7e1
RK
12
13#crash-reporter-container {
14 width: 80%;
15 background-color: var(--in-content-box-background);
16 margin: 24px 0;
17 padding: 14px;
18 border: 1px solid var(--in-content-box-border-color);
19 border-radius: 2px;
20}
21
22#crash-reporter-title {
23 font-weight: bold;
24 margin: 0 0 14px 0;
25}
26
27input[type="text"],
28textarea {
29 width: 100%;
30 box-sizing: border-box;
31 resize: none;
32}
33
34#options {
35 list-style: none;
36 margin-inline-start: 0;
37}
38
39input[type="text"],
40#options > li {
41 margin: 14px 0 0 0;
42}