X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fxpinstall%2FxpinstallConfirm.css;h=5f4b579d1de3e03cf6333a3f05c24da4e7a95ede;hp=b6b9e6673769c75b531fce6fac44f1e6c81879c0;hb=1e29db46dc44bb298673e0574cef312051e15a94;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css b/LCARStrek/mozapps/xpinstall/xpinstallConfirm.css index b6b9e667..5f4b579d 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,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"); }