elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

commit d6df638aee54a970f5531ff543577b658ca72ce6
parent 85fb3991276470826c9b401f04f31b2e96b7a8c4
Author: Servail <45024837+Servail@users.noreply.github.com>
Date:   Tue,  9 Jul 2019 14:23:55 +0300

Update allDownloadsViewOverlay.css
Diffstat:
Msrc/chrome/browser/downloads/allDownloadsViewOverlay.css | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/chrome/browser/downloads/allDownloadsViewOverlay.css b/src/chrome/browser/downloads/allDownloadsViewOverlay.css @@ -10,7 +10,7 @@ #downloadsRichListBox > richlistitem.download { height: 6em; - border-bottom: 1px solid rgb(50,50,50); + border-bottom: 1px solid rgb(64,64,64); } .downloadTypeIcon { @@ -81,15 +81,15 @@ #downloadsRichListBox > richlistitem.download[selected] { color: #fff; - background-color: rgb(110,110,110); + background-color: rgb(0,0,0); } /* Fixes for "Downloads Window" extension */ #downloadsWindow > #downloadsRichListBox > richlistitem.download:not([selected="true"]):nth-child(odd) { - background-color: rgb(75, 75, 75) !important; + background-color: rgb(0, 0, 0) !important; } #downloadsWindow > #downloadsRichListBox { - -moz-border-bottom-colors: rgb(110, 110, 110) transparent !important; + -moz-border-bottom-colors: rgb(128, 128, 128) transparent !important; }