some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / mozapps / extensions / eula.css
index f81f45d54c7aebc79d9106200076766df71ea537..8120a3b3b25bbabc0e12061dacc626aa64e5fc03 100644 (file)
@@ -1,16 +1,38 @@
-#heading {
-  font-size: 120%;
+#icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg");
+  max-width: 48px;
+  max-height: 48px;
+  margin-inline-end: 6px;
 }
 
-#scrollbox {
-  overflow-y: auto;
-  background-color: #CCD0DD;
-  border: 1px solid #9999CC;
-  margin: 1em 0 1em 0;
-  padding: 5px;
+#eula-dialog[addontype="theme"] #icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+}
+
+#eula-dialog[addontype="locale"] #icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+}
+
+#eula-dialog[addontype="plugin"] #icon {
+  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
+#eula-dialog[addontype="dictionary"] #icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
+}
+
+#heading-container {
+  -moz-box-align: center;
+}
+
+#heading {
+  font-size: 120%;
 }
 
 #eula {
-  font-family: monospace;
-  white-space: -moz-pre-wrap;
+  -moz-appearance: none;
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+  color: #000000;
+  border: 1px solid #9999CC;
+  margin: 1em 0;
 }