mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
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:
parent
d906759c08
commit
1be41d8435
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user