Bug 391916 - Download Manager should use the same gradient background color as the Add-ons Manager. r=sdwilsh, a1.9=schrep

This commit is contained in:
edward.lee@engineering.uiuc.edu 2008-02-07 00:12:59 -08:00
parent d906759c08
commit 1be41d8435
2 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,10 @@ richlistitem[type="download"] {
min-height: 46px;
}
richlistitem[type="download"][selected="true"] {
background-image: url(chrome://mozapps/skin/extensions/itemEnabledFader.png);
}
richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
background-color: ThreeDLightShadow;
}

View File

@ -16,6 +16,10 @@ richlistitem[type="download"] {
min-height: 46px;
}
richlistitem[type="download"][selected="true"] {
background-image: url(chrome://mozapps/skin/extensions/itemEnabledFader.png);
}
richlistitem[type="download"][alternate="true"]:not([selected="true"]) {
background-color: ThreeDLightShadow;
}