some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / mozapps / extensions / eula.css
index f897966956838b8f6ca60239510ef5d41ad81597..8120a3b3b25bbabc0e12061dacc626aa64e5fc03 100644 (file)
@@ -1,11 +1,38 @@
+#icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.svg");
+  max-width: 48px;
+  max-height: 48px;
+  margin-inline-end: 6px;
+}
+
+#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 {
   -moz-appearance: none;
-  font-family: monospace;
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
   color: #000000;
   border: 1px solid #9999CC;
-  margin: 1em 0 1em 0;
+  margin: 1em 0;
 }