From 646b8590ce4409434ef4380fba34b95e0688d1c2 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Mon, 6 Sep 2021 14:46:28 +0900 Subject: [PATCH] Fix: Download Popup - at download state --- userChrome.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/userChrome.css b/userChrome.css index 6397332..48f80af 100644 --- a/userChrome.css +++ b/userChrome.css @@ -544,11 +544,11 @@ } /* File moved or missing */ - #downloadsListBox .download-state:not([exists]) .downloadTarget { + #downloadsListBox .download-state:not([exists], [state="0"]) .downloadTarget { text-decoration: line-through; text-decoration-color: color-mix(in srgb, currentColor 65%, transparent); } - #downloadsListBox .download-state:not([exists]) .downloadTypeIcon { + #downloadsListBox .download-state:not([exists], [state="0"]) .downloadTypeIcon { filter: grayscale(100%) !important; } @@ -567,6 +567,7 @@ #BMB_bookmarksShowAll, #import-button, menuitem.openintabs-menuitem, + #downloadsListBox .downloadButton, #downloadsListBox .download-state[exists], #downloadsListBox .download-state[exists] .downloadDetails, #downloadsHistory {