sync both themes for toolkit changes in toolkit winstripe in the Mozilla 8 cycle
[themes.git] / LCARStrek / mozapps / xpinstall / xpinstallConfirm.css
index 6e3938401e174e96affbea8802bb4c2040ecd623..3103cced61d4a9fa183e2c40f1e5497765c99c7e 100644 (file)
@@ -5,7 +5,7 @@
 #itemList {
   margin: 3px 4px 10px;
   height: 14em;
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
   color: #FF9F00;
@@ -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");
 }