some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / global / wizard.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/. */
128000f4 4
f6e0a33f 5@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
6
7.wizard-header {
b70a3a73 8 border-bottom: 2px groove #6699FF;
f6e0a33f 9 background-color: #666699;
10 color: #CCD0DD;
11}
12
e181d49e
RK
13.wizard-header-box-1 {
14 padding: 5px 0px;
15}
16
17wizard[description=""] .wizard-header-description {
18 display: none;
19}
20
f6e0a33f 21.wizard-header-label {
dae45075 22 margin-inline-start: 23px;
f6e0a33f 23 font-weight: bold;
24}
25
26.wizard-header-description {
dae45075 27 margin-inline-start: 44px;
e181d49e
RK
28}
29
30wizard[branded="true"] .wizard-header-icon {
31 list-style-image: url("chrome://branding/content/icon48.png");
dae45075 32 margin-inline-end: 5px;
f6e0a33f 33}
34
35.wizard-page-box {
36 margin: 10px 44px;
37}
38
39.wizard-buttons-separator {
40 margin-bottom: 0px !important;
41}
42
43.wizard-buttons-box-2 {
44 margin: 10px;
45}
dce35e05 46/*
7862e6ee
RK
47.wizard-button[dlgtype="finish"],
48.wizard-button[dlgtype="next"] {
dae45075 49 margin-inline-start: 0px !important;
f6e0a33f 50}
51
7862e6ee 52.wizard-button[dlgtype="back"] {
dae45075 53 margin-inline-end: 0px !important;
f6e0a33f 54}
dce35e05 55*/