Sieht leider immer noch so aus.
Habe mal grün und rot gesetzt, immer noch blauer Hintergrund mit gelber Schrift.
Sieht leider immer noch so aus.
Habe mal grün und rot gesetzt, immer noch blauer Hintergrund mit gelber Schrift.
Gib mir doch bitte mal einen Link, wo das mit Nie speichern gefragt wird.
Wenn du hinten auf den Pfeil neben "nicht speichern" klickst erscheint der Eintrag "Nie speichern"
Danke.
Teste bitte:
/* Fenster Login-Daten speichern */
/* Hauptfenster (Farben, Schriftgröße in px, fett) */
.popup-notification-body-container {
background-color: #000066 !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 18px !important;
}
/* Eingabefelder (Farben, Schriftgröße in px, fett) */
#password-notification-password moz-input-box,
#password-notification-username moz-input-box {
background-color: #ffff00 !important;
color: #000066 !important;
font-weight: bold !important;
font-size: 30px !important;
}
/* Schlüsselsymbol (Farbe) */
.popup-notification-icon[popupid="password"] {
color: #ffff00 !important;
}
/* Schlüsselsymbol (Farbstärke) */
.popup-notification-icon, .identity-popup-permission-icon {
fill-opacity:50!important;
}
/* Button "speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:last-child{
background-color: #ffff00 !important;
color: #000000 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Button "Nicht speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:nth-child(1){
background-color: red !important;
color: #000000 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Pfeil Auswahlbox für "Nicht speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:nth-child(3){
background-color: green !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Auswahl "Nie speichern" (Farben, Schriftgröße in px, fett) */
button.popup-notification-button:nth-child(3) > menupopup:nth-child(1),
#password-notification > menuitem[label="Nicht speichern"]{
background-color: #000066 !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 25px !important;
-moz-appearance: none!important;
}
Alles anzeigen
Hm da will irgendwie nichts gehen.
Habe deinen Code nochmal frisch eingefügt und im letzten Block bei Auswahl "nie speichern" bei background-color: red !important;
color: green !important;
Klick auf Pfeil, nie speichern erscheint aber noch immer mit blauen Hintergrund und gelber Schrift
/* Fenster Login-Daten speichern */
/* Hauptfenster (Farben, Schriftgröße in px, fett) */
.popup-notification-body-container {
background-color: #000066 !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 18px !important;
}
/* Eingabefelder (Farben, Schriftgröße in px, fett) */
#password-notification-password moz-input-box,
#password-notification-username moz-input-box {
background-color: #ffff00 !important;
color: #000066 !important;
font-weight: bold !important;
font-size: 30px !important;
}
/* Schlüsselsymbol (Farbe) */
.popup-notification-icon[popupid="password"] {
color: #ffff00 !important;
}
/* Schlüsselsymbol (Farbstärke) */
.popup-notification-icon, .identity-popup-permission-icon {
fill-opacity:50!important;
}
/* Button "speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:last-child{
background-color: #ffff00 !important;
color: #000000 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Button "Nicht speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:nth-child(1){
background-color: red !important;
color: #000000 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Pfeil Auswahlbox für "Nicht speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:nth-child(3){
background-color: green !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Auswahl "Nie speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > menuitem[label="Nicht speichern"]{
background-color: #000066 !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 25px !important;
-moz-appearance: none!important;
}
button.popup-notification-button:nth-child(3) > menupopup:nth-child(1){
background-color: red !important;
color: green !important;
font-weight: bold !important;
font-size: 25px !important;
-moz-appearance: none!important;
}
Alles anzeigen
Anhand deine Bildes sehe ich ja das es funktioniert.
Mit froher Hoffnung habe ich deinen Code direkt wieder eingefügt und ja....immer noch der Effekt.
Da muss doch noch irgendwo an anderer Stelle was greifen.
Ich habe ja nicht viel Ahnung aber der Block ganz unten stellt doch sozusagen eine Ausnahmedefinition dar für diesen Button "nie speichern" oder?
Echt klasse wie du dir Mühe und Support gibst.
Da muss ich ein kräftiges Danke nochmal einwerfen.
eine Ausnahmedefinition dar
Nein, damit habe ich nur eben den Eintrag Nie speichern angesprochen.
Alle anderen Einträge haben somit nichts mit diesem zu tun.
Warum das bei dir nicht funktioniert kann ich nicht sagen.
Ich teste aber weiter hier
Da muss doch noch irgendwo an anderer Stelle was greifen.
Ich habe mal einen anderen Namen verwendet, test bitte wieder.
/* Fenster Login-Daten speichern */
/* Hauptfenster (Farben, Schriftgröße in px, fett) */
.popup-notification-body-container {
background-color: #000066 !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 18px !important;
}
/* Eingabefelder (Farben, Schriftgröße in px, fett) */
#password-notification-password moz-input-box,
#password-notification-username moz-input-box {
background-color: #ffff00 !important;
color: #000066 !important;
font-weight: bold !important;
font-size: 30px !important;
}
/* Schlüsselsymbol (Farbe) */
.popup-notification-icon[popupid="password"] {
color: #ffff00 !important;
}
/* Schlüsselsymbol (Farbstärke) */
.popup-notification-icon, .identity-popup-permission-icon {
fill-opacity:50!important;
}
/* Button "speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:last-child{
background-color: #ffff00 !important;
color: #000000 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Button "Nicht speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:nth-child(1){
background-color: red !important;
color: #000000 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Pfeil Auswahlbox für "Nicht speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > hbox > button:nth-child(3){
background-color: green !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 25px !important;
}
/* Auswahl "Nie speichern" (Farben, Schriftgröße in px, fett) */
#password-notification > menuitem[label="Nicht speichern"]{
background-color: #000066 !important;
color: #ffff00 !important;
font-weight: bold !important;
font-size: 25px !important;
-moz-appearance: none!important;
}
window#main-window popupset#mainPopupSet panel#notification-popup.popup-notification-panel popupnotification#password-notification hbox.popup-notification-button-container.panel-footer button.popup-notification-button.popup-notification-dropmarker menupopup menuitem[label="Nie speichern"],
button.popup-notification-button:nth-child(3) > menupopup:nth-child(1){
background-color: red !important;
color: green !important;
font-weight: bold !important;
font-size: 25px !important;
-moz-appearance: none!important;
}
Alles anzeigen
Bei mir funktioniert es auch
Klick bitte mal rechts auf den Pfeil, dann wird Nie speichern angezeigt.
Passt es dann auch mit der Farbe bei dir?
Hier der korrekte Screenshot.
Danke, somit funktioniert mein Code zumindest
heiko Kann es manchmal sein, dass bei dir die Einstellung toolkit.legacyUserProfileCustomizations.stylesheets in about:config auf false steht? Wenn ja, setze es auf true.
JAAAAAAAAAAAAAAAAAAAAA wunderbar. Es wurde Licht
Ich habe es erst geglaubt nachdem ich auch ein zweites mal die Farben da unten angepasst habe. Das sieht doch wunderschön aus.
Was lange dauert wird halt mega gut.
Ganz megaheftigen Dank mein bester. Du bist ein richtig guter Kerl.
Beste Grüße
Heiko
habe ich deinen Code direkt wieder eingefügt
Nur zur Sicherheit...du hast den Firefox danach neu gestartet!?
Du bist ein richtig guter Kerl.
Danke für das Kompliment
Freut mich wenn es letztlich doch funktioniert