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
Родитель d906759c08
Коммит 1be41d8435
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -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;
}

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

@ -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;
}