| 1 | #icon { |
| 2 | list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg"); |
| 3 | max-width: 48px; |
| 4 | max-height: 48px; |
| 5 | margin-inline-end: 6px; |
| 6 | } |
| 7 | |
| 8 | #eula-dialog[addontype="theme"] #icon { |
| 9 | list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
| 10 | } |
| 11 | |
| 12 | #eula-dialog[addontype="locale"] #icon { |
| 13 | list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
| 14 | } |
| 15 | |
| 16 | #eula-dialog[addontype="plugin"] #icon { |
| 17 | list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
| 18 | } |
| 19 | |
| 20 | #eula-dialog[addontype="dictionary"] #icon { |
| 21 | list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
| 22 | } |
| 23 | |
| 24 | #heading-container { |
| 25 | -moz-box-align: center; |
| 26 | } |
| 27 | |
| 28 | #heading { |
| 29 | font-size: 120%; |
| 30 | } |
| 31 | |
| 32 | #eula { |
| 33 | -moz-appearance: none; |
| 34 | font-family: "Liberation Mono", Consolas, "Courier New", monospace; |
| 35 | background-color: #000000; |
| 36 | color: #FF9F00; |
| 37 | border: 1px solid #9C9CFF; |
| 38 | margin: 1em 0; |
| 39 | } |