- Firefox-Version
- 98.0
- Betriebssystem
- WIN 11pro
Hallo zusammen,
ich verwende folgendes CSS für das Download Popup:
CSS
#downloadsListBox {
max-height: 213px !important;
overflow-y: auto !important;
}
#downloadsFooterButtons .button-box {
display: flex !important;
justify-content: center !important;
}
#downloadsHistory {
appearance: none !important;
background: url("file:///C:/Users/...../AppData/Roaming/Mozilla/Firefox/Profiles/1han8o59.default-release/chrome/Icons/savevideo.png") no-repeat !important;
background-position: 130px 8px !important;
padding-left: 25px !important;
}
#downloadsFooterButtons button#downloadsHistory.downloadsPanelFooterButton hbox.box-inherit.button-box label.button-text {
appearance: none !important;
background: url("file:///C:/Users/...../AppData/Roaming/Mozilla/Firefox/Profiles/1han8o59.default-release/chrome/Icons/savevideo.png") no-repeat !important;
background-position: 0px 0px !important;
padding-left: 25px !important;
}
.downloadTarget {
color: blue !important;
font-size: 16px !important;
}
#emptyDownloads {
font-weight: bold !important;
font-size: 15px !important;
color: red !important;
}
#emptyDownloads {
appearance: none !important;
background: url("file:///C:/Users/...../AppData/Roaming/Mozilla/Firefox/Profiles/1han8o59.default-release/chrome/Icons/feed_delete.png") no-repeat !important;
background-position: 0px 25px !important;
padding-left: 25px !important;
}
.panel-view-body-unscrollable { /*Keine Downloads in dieser Sitzung mittig*/
display: flex !important;
justify-content: center !important;
}
.downloadDetails.downloadDetails {
font-size: 15px !important;
color: red !important;
}
.downloadIconShow > .button-box > .button-icon {
fill: blue !important;
}
.downloadIconRetry > .button-box > .button-icon {
fill: red !important;
}
Alles anzeigen
Bisher ging das Popup während des Downloads nicht automatisch auf sondern nur durch anklicken des Pfeils. Jetzt geht es plötzlich beim Start eines Downloads auf (ok!), schließt sich aber nicht nach dem Ende. Kann man das Schließen mit einbauen?
Ein zweiter Punkt mit Script: Wenn ich "Alle Downloads anzeigen" anklicke erscheinen nur wenige Einträge (2 Tage). Ohne das Script sind in der Liste derzeit ca. 40 Einträge. Auch hierfür bin ich für Hilfe dankbar.