Wenn du Speichern in.. , bzw. Speichern nach.. meinst, dann damit.
CSS
/* Hintergrund der einzelnen Button */
hbox.dialog-button-box button[label="Speichern nach"]{
-moz-appearance: none!important;
color: white !important;
background: dodgerblue !important;
}
hbox.dialog-button-box button[label="Speichern nach"]:hover {
-moz-appearance: none !important;
color: white !important;
background: blue !important;
}
Alles anzeigen