start 2.23 cycle
[themes.git] / EarlyBlue / global / preferences.css
... / ...
CommitLineData
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/* ===== preferences.css =====================================================
6 == Styles used by the XUL prefwindow element.
7 ======================================================================= */
8
9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10
11/* ::::: dialog ::::: */
12
13prefwindow {
14 padding: 0px;
15}
16
17prefpane {
18 padding-top: 8px;
19 padding-bottom: 10px;
20 -moz-padding-start: 8px;
21 -moz-padding-end: 10px;
22}
23
24prefwindow[type="child"] {
25 padding-top: 8px;
26 padding-bottom: 10px;
27 -moz-padding-start: 8px;
28 -moz-padding-end: 10px;
29}
30
31prefwindow[type="child"] > prefpane {
32 padding: 0px;
33}
34
35.prefWindow-dlgbuttons {
36 padding-bottom: 10px;
37 -moz-padding-start: 8px;
38 -moz-padding-end: 10px;
39}
40
41prefwindow[type="child"] .prefWindow-dlgbuttons {
42 padding: 0px;
43}
44
45radio[pane] {
46 margin: 0px 1px;
47 padding: 1px 3px;
48 min-width: 4.5em;
49}
50
51.paneSelector {
52 border-bottom: 1px solid #666699;
53 margin: 0px;
54 -moz-padding-start: 10px;
55 background-color: #FFFFFF;
56 color: #000000;
57}
58
59.paneButtonIcon {
60 width: 32px;
61 height: 32px;
62}
63
64radio[pane][selected="true"] {
65 background-color: #336699;
66 color: #FFFFFF;
67}
68