toolkit/themes/windows/global/preferences.css

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:cc50b6fd879c
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
13 prefwindow {
14 padding: 0px;
15 }
16
17 prefpane {
18 padding-top: 8px;
19 padding-bottom: 10px;
20 -moz-padding-start: 8px;
21 -moz-padding-end: 10px;
22 }
23
24 prefwindow[type="child"] {
25 padding-top: 8px;
26 padding-bottom: 10px;
27 -moz-padding-start: 8px;
28 -moz-padding-end: 10px;
29 }
30
31 prefwindow[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
41 prefwindow[type="child"] .prefWindow-dlgbuttons {
42 padding: 0px;
43 }
44
45 radio[pane] {
46 -moz-appearance: none;
47 margin: 0px 1px 0px 1px;
48 padding: 1px 3px 1px 3px;
49 min-width: 4.5em;
50 }
51
52 .paneSelector {
53 border-bottom: 2px groove ThreeDFace;
54 margin: 0px;
55 -moz-padding-start: 10px;
56 background-color: -moz-Field;
57 color: -moz-FieldText;
58 }
59
60 .paneButtonIcon {
61 width: 32px;
62 height: 32px;
63 }
64
65 radio[pane]:hover {
66 background-color: #E0E8F6;
67 color: black;
68 -moz-appearance: none;
69 }
70
71 radio[pane][selected="true"] {
72 background-color: #C1D2EE;
73 color: black;
74 -moz-appearance: none;
75 }
76

mercurial