mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 534053 - Disabled add-ons should look different in the add-ons manager [r=mark.finkle]
This commit is contained in:
parent
4e84973d23
commit
e03a3e9f0c
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user