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