Bug 809852 - Follow-up patch to address nit in pinstripe theme for Downloads Panel that was missed in first landing. r=me.

This commit is contained in:
Mike Conley 2012-11-23 10:25:04 -05:00
parent 41df3bfa82
commit 7ab78b6280

View File

@ -26,13 +26,13 @@
cursor: pointer;
}
#downloadsPanel:not([hasdownloads]) > vbox > #downloadsHistory {
#downloadsPanel:not([hasdownloads]) #downloadsHistory {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
#downloadsSummary,
#downloadsPanel[hasdownloads] > vbox > #downloadsHistory {
#downloadsPanel[hasdownloads] #downloadsHistory {
background: #e5e5e5;
border-top: 1px solid hsla(0,0%,0%,.1);
box-shadow: 0 -1px hsla(0,0%,100%,.5) inset, 0 1px 1px hsla(0,0%,0%,.03) inset;
@ -49,7 +49,7 @@
border-top-right-radius: 6px;
}
#downloadsPanel:not([hasdownloads]) > vbox > #downloadsHistory:-moz-focusring > .button-box {
#downloadsPanel:not([hasdownloads]) #downloadsHistory:-moz-focusring > .button-box {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}