Bug 812343 - Empty Downloads Panel on Windows needs downloads richlistbox collapsed. r=mak.

This commit is contained in:
Mike Conley 2012-11-16 16:27:28 -05:00
parent b403c73e50
commit 404136e2d6

View File

@ -14,6 +14,10 @@
color: inherit;
}
#downloadsPanel:not([hasdownloads]) > #downloadsListBox {
display: none;
}
#downloadsHistory {
background: transparent;
color: -moz-nativehyperlinktext;