|
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 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
|
6 |
|
7 radiogroup { |
|
8 margin: 1px 0px 1px 0px; |
|
9 } |
|
10 |
|
11 radio { |
|
12 -moz-appearance: radio-container; |
|
13 -moz-box-align: center; |
|
14 margin: 4px 2px; |
|
15 -moz-user-focus: ignore; |
|
16 } |
|
17 |
|
18 .radio-label-box { |
|
19 -moz-margin-start: 0px; |
|
20 padding: 0px; |
|
21 } |
|
22 |
|
23 .radio-icon { |
|
24 -moz-margin-end: 2px; |
|
25 } |
|
26 |
|
27 .radio-label { |
|
28 margin: 1px 0 !important; |
|
29 } |
|
30 |
|
31 radio[disabled="true"] { |
|
32 color: GrayText !important; |
|
33 } |
|
34 |
|
35 .radio-check, .radio-check-box1 { |
|
36 -moz-appearance: radio; |
|
37 margin: 0 1px 1px; |
|
38 /* vertical-align tells native theming where to snap to. However, this doesn't |
|
39 * always work reliably because of bug 503833. */ |
|
40 vertical-align: bottom; |
|
41 width: 1.3em; |
|
42 height: 1.3em; |
|
43 } |