adopt both themes for changes affecting add-ons manager between Mozilla 6 and 7
[themes.git] / EarlyBlue / mozapps / xpinstall / xpinstallConfirm.css
index 41f38b7dbe1966f8f4973b0948df5402b2b18061..1c2b4290cb67bd80460358a27a43d99f4f073852 100644 (file)
@@ -3,7 +3,7 @@
 }
 
 #itemList {
-  margin: 3px 4px 10px 4px;
+  margin: 3px 4px 10px;
   height: 14em;
   border: 1px inset #CCD0DD;
   background-color: #FFFFFF;
@@ -37,11 +37,9 @@ installitem {
   margin-bottom: 1em;
 }
 
-.xpinstallItemIcon {
+.xpinstallIconContainer {
   width: 32px;
   height: 32px;
-  max-width: 32px !important;
-  max-height: 32px !important;
   -moz-margin-end: 5px;
 }
 
@@ -67,5 +65,19 @@ installitem {
 }
 
 .xpinstallItemIcon {
-  list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
+  max-width: 32px;
+  max-height: 32px;
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+}
+
+installitem[type="theme"] .xpinstallItemIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
+}
+
+installitem[type="locale"] .xpinstallItemIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
+}
+
+installitem[type="plugin"] .xpinstallItemIcon {
+  list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
 }