|
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 %include shared.inc |
|
6 @import url("chrome://global/skin/"); |
|
7 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
|
8 |
|
9 |
|
10 #warningScreen |
|
11 { |
|
12 background-color: -moz-Dialog; |
|
13 } |
|
14 |
|
15 #warningBox |
|
16 { |
|
17 background-color: -moz-Field; |
|
18 color: -moz-FieldText; |
|
19 border: 1px solid ThreeDShadow; |
|
20 border-radius: 10px; |
|
21 padding: 3em; |
|
22 -moz-padding-start: 30px; |
|
23 margin-left: 1em; |
|
24 margin-right: 1em; |
|
25 } |
|
26 |
|
27 #warningInnerBox |
|
28 { |
|
29 max-width: 50em; |
|
30 } |
|
31 |
|
32 #warningTitle |
|
33 { |
|
34 margin: 0 0 .6em 0; |
|
35 font-size: 160%; |
|
36 border-bottom: 1px solid ThreeDLightShadow |
|
37 } |
|
38 |
|
39 #warningText |
|
40 { |
|
41 font-size: 110%; |
|
42 margin-left: 0; |
|
43 } |
|
44 |
|
45 #warningButton |
|
46 { |
|
47 margin-top: 0.6em; |
|
48 } |
|
49 |
|
50 #showWarningNextTime |
|
51 { |
|
52 margin-top: 0.6em; |
|
53 } |
|
54 |
|
55 #exclam |
|
56 { |
|
57 list-style-image: url("chrome://global/skin/icons/warning-large.png"); |
|
58 -moz-margin-end: 3em; |
|
59 } |
|
60 |
|
61 #configTreeBody::-moz-tree-cell-text(user) |
|
62 { |
|
63 font-weight: bold; |
|
64 } |
|
65 |
|
66 #configTreeBody::-moz-tree-cell-text(locked) |
|
67 { |
|
68 font-style: italic; |
|
69 } |
|
70 |
|
71 #configTree |
|
72 { |
|
73 margin: 0; |
|
74 border: 0; |
|
75 -moz-appearance: none; |
|
76 } |
|
77 |
|
78 #filterRow |
|
79 { |
|
80 background: @scopeBarBackground@; |
|
81 border-bottom: @scopeBarSeparatorBorder@; |
|
82 padding: 1px 2px 0; |
|
83 } |
|
84 |
|
85 #filterRow > label { |
|
86 margin: 0 4px; |
|
87 color: @scopeBarTitleColor@; |
|
88 text-shadow: @loweredShadow@; |
|
89 font-weight: bold; |
|
90 } |
|
91 |
|
92 #textbox { |
|
93 max-width: 35em; |
|
94 } |