update both themes for changes in toolkit winstripe for Mozilla 10 platform
[themes.git] / EarlyBlue / mozapps / xpinstall / xpinstallConfirm.css
index e892db3913667313c6fe29c5620d29a2932a6899..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;
@@ -67,5 +67,21 @@ installitem {
 .xpinstallItemIcon {
   max-width: 32px;
   max-height: 32px;
-  list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
+  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");
 }