- Firefox-Version
- 76.0
- Betriebssystem
- Windows 10
Hallo Forum,
ich habe auf die Version 76.0 geupdatet. Seitdem haben die Buttons OK und Abbrechen im Downloadfenster ihre Farbe verloren. Die waren aktuell immer gelb mit blauer Schrift. Ich meine das Fenster wo man auch "öffnen mit" wählen kann.
Hat jemand eine Idee?
Danke und beste Grüße
Heiko
Hier noch der Code vom Downloadfenster
CSS
/* Download-Fenster (Öffnen mit, Datei speichern) */
/* Farben für Dateityp (von Typ:) */
#type{
color: #000066 !important;
background-color: orange !important;
}
/* Auswahlbox "Öffnen mit" - Farben + fett*/
#openHandler{
-moz-appearance: none!important;
min-height:20px!important;
color: #000066 !important;
background-color: #ffff00 !important;
font-weight: bold !important;
}
/* Download-Fenster Hauptfarbe - Farben, Schriftgröße in px + fett */
dialog#unknownContentType{
color: #ffff00 !important;
background-color: #000066 !important;
font-size: 18px !important;
font-weight: bold !important;
}
/* Button "Abbrechen" - Farben, Schriftgröße in px + fett */
.dialog-button[label="Abbrechen"]{
-moz-appearance: none!important;
color: #000066 !important;
background-color: #ffff00 !important;
font-size: 20px !important;
font-weight: bold !important;
}
/* Button "OK" - Farben, Schriftgröße in px + fett */
.dialog-button[label="Datei speichern"],
.dialog-button[label="OK"]{
-moz-appearance: none!important;
color: #000066 !important;
background-color: #ffff00 !important;
font-size: 20px !important;
font-weight: bold !important;
}
Alles anzeigen