third part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / dialog.css
CommitLineData
c1080df6
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 file,
3 - You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5dialog,
6window,
7prefpane,
8prefwindow,
9.windowDialog {
10 -moz-appearance: none;
11 background-color: #000000;
12 color: #FF9F00;
13 margin: 0;
14 padding: 0;
15}
16
17.contentPane {
18 margin: 0;
19}
20
21tabbox {
22 /* override the rule in certManager.xul */
23 margin: 0 0 5px !important;
24}
25
26tabpanels {
27 font-size: 1em;
28}
29
30tabs,
31label,
32description,
33#useDocumentColors {
34 margin-right: 4px;
35 margin-left: 4px;
36}
37
38tree:not(#rejectsTree) {
39 min-height: 15em;
40}
41
42.actionButtons {
43 margin: 3px 0 0 !important;
44}
45
46caption {
47 -moz-padding-start: 0;
48}
49
50groupbox {
51 font-size: 1em;
52 margin-top: 0;
53 margin-right: 4px;
54 margin-left: 4px;
55 padding-top: 0;
56 padding-bottom: 5px;
57}
58
59prefpane .groupbox-body {
60 padding: 0 0 5px;
61}
62
63groupbox description {
64 margin-right: 0;
65 margin-left: 0;
66}