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