mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
Bug 812343 - Empty Downloads Panel on Windows needs downloads richlistbox collapsed. r=mak.
This commit is contained in:
parent
b403c73e50
commit
404136e2d6
@ -14,6 +14,10 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#downloadsPanel:not([hasdownloads]) > #downloadsListBox {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#downloadsHistory {
|
||||
background: transparent;
|
||||
color: -moz-nativehyperlinktext;
|
||||
|
Loading…
x
Reference in New Issue
Block a user