mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
41df3bfa82
commit
7ab78b6280
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user