mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-19 14:42:00 -08:00
Fix: Download Popup - at download state
This commit is contained in:
parent
d67cd0230c
commit
646b8590ce
1 changed files with 3 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue