X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;fp=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=3103cced61d4a9fa183e2c40f1e5497765c99c7e;hp=8f8c7ca5f8bfa7c672599ae43edcf117202fbaac;hb=0de0775005cca76dd0cfe92d4f905109a9227092;hpb=42f5042997039e30c5354b011f20d2086ac16590 diff --git a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css index 8f8c7ca5..3103cced 100644 --- a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css +++ b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css @@ -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"); }