X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=3103cced61d4a9fa183e2c40f1e5497765c99c7e;hp=b6b9e6673769c75b531fce6fac44f1e6c81879c0;hb=154ee8b3f00d30f053c7e7d189e6522075bf0654;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css index b6b9e667..3103cced 100644 --- a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css +++ b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css @@ -3,9 +3,9 @@ } #itemList { - margin: 3px 4px 10px 4px; + 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"); }