diff --git a/browser/themes/pinstripe/downloads/downloads.css b/browser/themes/pinstripe/downloads/downloads.css index 4b29cdfd0acf..bb51853b875a 100644 --- a/browser/themes/pinstripe/downloads/downloads.css +++ b/browser/themes/pinstripe/downloads/downloads.css @@ -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; }