|
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 #icon { |
|
6 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
|
7 max-width: 48px; |
|
8 max-height: 48px; |
|
9 -moz-margin-end: 6px; |
|
10 } |
|
11 |
|
12 #eula-dialog[addontype="theme"] #icon { |
|
13 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
|
14 } |
|
15 |
|
16 #eula-dialog[addontype="locale"] #icon { |
|
17 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
|
18 } |
|
19 |
|
20 #eula-dialog[addontype="plugin"] #icon { |
|
21 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
|
22 } |
|
23 |
|
24 #eula-dialog[addontype="dictionary"] #icon { |
|
25 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
|
26 } |
|
27 |
|
28 #heading-container { |
|
29 -moz-box-align: center; |
|
30 } |
|
31 |
|
32 #heading { |
|
33 font-size: 120%; |
|
34 } |
|
35 |
|
36 #eula { |
|
37 -moz-appearance: none; |
|
38 color: -moz-FieldText; |
|
39 background-color: -moz-Field; |
|
40 margin: 1em; |
|
41 border: 1px solid; |
|
42 -moz-border-top-colors: ActiveBorder; |
|
43 -moz-border-right-colors: ActiveBorder; |
|
44 -moz-border-bottom-colors: ActiveBorder; |
|
45 -moz-border-left-colors: ActiveBorder; |
|
46 } |
|
47 |