Bug 819283 - Downloads panel footer overlaps panel border on pinstripe. r=Mano.

This commit is contained in:
Mike Conley 2012-12-31 13:21:50 -05:00
parent bfa63f09d4
commit 0780ccfe6b

View File

@ -18,10 +18,13 @@
display: none;
}
#downloadsHistory {
background: transparent;
#downloadsFooter {
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
#downloadsHistory {
background: transparent;
color: hsl(210,100%,75%);
cursor: pointer;
}