- Thunderbird-Produkt
- Thunderbird für Windows
- Thunderbird-Version
- 153.01
- Betriebssystem
- Windows 10 22H2
Hallo Leute,
ich bin gerade auf die neue Version von Thunderbird 153.01esr umgestiegen. Jetzt funtioniert der folgende Code von meinem css nicht mehr.
/* ---Hamburger Dichte-Buttons--- */
#appmenu_uiDensityCompact[checked="true"] {
appearance: none !important;
background-color: deeppink !important;
color: black !important;
}
#appmenu_uiDensityNormal[checked="true"] {
appearance: none !important;
background-color: yellow !important;
color: black !important;
}
#appmenu_uiDensityTouch[checked="true"] {
appearance: none !important;
background-color: lightgreen !important;
color: black !important;
}
#appMenu-mainViewItems > toolbaritem > toolbarbutton:hover {
background-color: lightblue !important;
color: lightcoral !important;
}
Kann mir jemand helfen?
Gruß
Markus