- Firefox-Version
 - 141.0
 - Betriebssystem
 - Windows 11
 
Moin zusammen,
mit Update aus die FF-Version 141 klappt dieses nicht mehr:
Bitte um Hilfe.
CSS
		
					
				/*Beenden und Verkleinern-Buttons*/
toolbarbutton.titlebar-min {
	transform: scale(1.0) !important;
    list-style-image: url("../Icons/klein.png") !important;
	appearance: none !important;
    }
toolbarbutton.titlebar-max {
	transform: scale(1.0) !important;
    list-style-image: url("../Icons/groß.png") !important;
    appearance: none !important;
    } 
toolbarbutton.titlebar-close {
	transform: scale(1.0) !important;
    list-style-image: url("../Icons/Abmelden.png") !important;
    appearance: none !important;
	}
	
.titlebar-button {
 margin-left: -9px !important;
}
	
			Alles anzeigen