Leider funktioniert der Code nicht mehr ab Firefox 136. Was müsste ich ändern?
Mein Code ist momentan:
CSS
/*Lautsprechersymbol größer und ohne Hintergrund */
.tab-icon-overlay {
border: none !important;
background-color: transparent !important;
scale: 1.8 !important;
/* Lautsprechersymbol weiß bei Sound */
&[soundplaying] {
fill: white !important;
}
/* Lautsprechersymbol grau bei stumm */
&[muted] {
fill: grey !important;
}
}
Alles anzeigen