Bug 513392: Use styles on the normal icon rather than a separate hardcoded image for plugin icons. r=robstrong

This commit is contained in:
Dave Townsend 2009-09-02 14:10:11 +01:00
Родитель 4c3458ec0f
Коммит 7eef16bfb7
5 изменённых файлов: 12 добавлений и 8 удалений

Просмотреть файл

@ -192,11 +192,6 @@ richlistitem[type="4"] .disableHide {
display: none;
}
richlistitem:not([plugin]) .pluginIcon ,
richlistitem[plugin] .addonIcon:not(.pluginIcon) {
display: none;
}
richlistitem[action] .addonInstallButton {
display: none;
}

Просмотреть файл

@ -713,9 +713,6 @@
<xul:vbox pack="center" align="center" class="addonIcon">
<xul:image xbl:inherits="src=iconURL"/>
</xul:vbox>
<xul:vbox pack="start" align="start" class="addonIcon pluginIcon">
<xul:image src="chrome://mozapps/skin/plugins/pluginGeneric.png"/>
</xul:vbox>
<xul:vbox pack="end" align="start">
<xul:image class="notifyBadge"/>
</xul:vbox>

Просмотреть файл

@ -138,6 +138,10 @@ richlistitem[selected="true"] .text-link {
max-height: 32px;
}
richlistitem[plugin] .addonIcon > image {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
.updateBadge,
.notifyBadge {
width: 16px;

Просмотреть файл

@ -130,6 +130,10 @@ richlistitem:not([selected="true"]) .addon-description {
max-height: 32px;
}
richlistitem[plugin] .addonIcon > image {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
.updateBadge,
.notifyBadge {
width: 16px;

Просмотреть файл

@ -128,6 +128,10 @@ richlistitem[selected="true"] .text-link {
max-height: 32px;
}
richlistitem[plugin] .addonIcon > image {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
}
.updateBadge,
.notifyBadge {
width: 16px;