mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 597953 - "Downloads: Dependent behavior on other files" [r=mark.finkle]
This commit is contained in:
parent
04cfa553d6
commit
2e93d90efd
@ -137,7 +137,7 @@
|
||||
</xul:hbox>
|
||||
<xul:hbox>
|
||||
<xul:label class="normal" xbl:inherits="value=status" crop="end" flex="1"/>
|
||||
<xul:label class="hide-on-select download-retry-failed normal" value="&downloadFailed.label;"/>
|
||||
<xul:label class="hide-on-select download-retry-failed normal" value="&downloadFailed.label;" xbl:inherits="state" />
|
||||
<xul:button class="show-on-select download-retry" label="&downloadRetry.label;"
|
||||
oncommand="DownloadsView.retryDownload(document.getBindingParent(this));"/>
|
||||
<xul:button class="show-on-select download-remove" label="&downloadRemove.label;"
|
||||
|
@ -562,6 +562,11 @@ richlistitem[isDisabled="true"] image {
|
||||
/* downloads panel UI ---------------------------------------------------- */
|
||||
.download-retry-failed {
|
||||
color: red !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.download-retry-failed[state="2"] {
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
/* special "no downloads" items */
|
||||
@ -580,7 +585,6 @@ richlistitem[isDisabled="true"] image {
|
||||
color: grey;
|
||||
}
|
||||
|
||||
|
||||
/* console panel UI ------------------------------------------------------ */
|
||||
@media (min-width: 500px) {
|
||||
#console-filter-warnings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user