support new nightly builds
[themes.git] / LCARStrek / browser / aboutTabCrashed.css
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/. */
4
5 .title {
6   background-image: url("chrome://browser/skin/tab-crashed.svg");
7 }
8
9 #reportSent {
10   font-weight: bold;
11 }
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
27 input[type="text"],
28 textarea {
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
39 input[type="text"],
40 #options > li {
41   margin: 14px 0 0 0;
42 }