update both themes for changes in toolkit winstripe for Mozilla 10 platform
[themes.git] / EarlyBlue / mozapps / xpinstall / xpinstallConfirm.css
index 41f38b7dbe1966f8f4973b0948df5402b2b18061..0c83ab4c5134dccaed812c46d2937b14f6d839c4 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,23 @@ 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");
+}
+
+installitem[type="dictionary"] .xpinstallItemIcon {
+  list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
 }