make networking pane work nicely in current nightlies (not completely sure if we...
[themes.git] / EarlyBlue / global / config.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 /* ===== config.css ==============================================
6    == Styles for about:config
7    ======================================================================= */
8
9 #warningScreen {
10   font-size: 15px;
11   padding-top: 0;
12   padding-bottom: 0;
13   padding-inline-start: calc(48px + 4.6em);
14   padding-inline-end: 48px;
15 }
16
17 .title {
18   background-image: url("chrome://global/skin/icons/warning.svg");
19 }
20
21 #warningTitle {
22   font-weight: lighter;
23   line-height: 1.2;
24   color: #6666CC;
25   margin: 0;
26   margin-bottom: .5em;
27 }
28
29 #warningText {
30   margin: 1em 0;
31 }
32
33 #warningButton {
34   margin-top: 0.6em;
35 }
36
37 #filterRow {
38   margin-top: 4px;
39   margin-inline-start: 4px;
40 }
41
42 #configTree {
43   margin-top: 4px;
44   margin-bottom: 4px;
45 }
46
47 #configTreeBody::-moz-tree-cell-text(user) {
48   font-weight: bold;
49 }
50
51 #configTreeBody::-moz-tree-cell-text(locked) {
52   font-style: italic;
53 }