update mozapps in both themes to withstand a manual diff check
[themes.git] / LCARStrek / mozapps / xpinstall / xpinstallConfirm.css
index 8f8c7ca5f8bfa7c672599ae43edcf117202fbaac..3103cced61d4a9fa183e2c40f1e5497765c99c7e 100644 (file)
@@ -68,5 +68,17 @@ 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");
 }