Bug 534053 - Disabled add-ons should look different in the add-ons manager [r=mark.finkle]

This commit is contained in:
Fabrice Desré 2009-12-15 16:56:02 -05:00
parent 4e84973d23
commit e03a3e9f0c
2 changed files with 24 additions and 0 deletions

View File

@ -403,6 +403,18 @@ toolbarbutton.page-button {
-moz-image-region: rect(90px 78px 108px 0px);
}
richlistitem[isDisabled="true"] .title {
color : gray;
}
richlistitem[isDisabled="true"] .normal {
color : lightgray;
}
richlistitem[isDisabled="true"] image {
opacity: 0.25;
}
/* downloads panel UI ---------------------------------------------------- */
.download-retry-failed {
color: red !important;

View File

@ -185,6 +185,18 @@ toolbarbutton.page-button {
}
}
richlistitem[isDisabled="true"] .title {
color : gray;
}
richlistitem[isDisabled="true"] .normal {
color : lightgray;
}
richlistitem[isDisabled="true"] image {
opacity: 0.25;
}
/* downloads panel UI ---------------------------------------------------- */
.download-retry-failed {
color: red !important;