Welchen Code nutzt du denn jetzt, und wo hast du den eingetragen?
CSS
@-moz-document url-prefix(chrome://browser/content/browser.xhtml) {
/* hide favicon when audio is playing (like FF 135) */
#tabbrowser-tabs:is([orient="vertical"][expanded], [orient="horizontal"]) .tabbrowser-tab:not([pinned]):not([crashed]):is([soundplaying], [muted], [activemedia-blocked]) {
.tab-content .tab-icon-image {
display: none;
}
.tab-audio-button {
--button-size-icon-small: 18px !important;
--button-min-height-small: 18px !important;
/*margin: auto 2px auto -20px !important;
transform: translateY(-1.5px);
transform: scale(1.2, 1.2) !important;*/
color: white !important;
}
}
.tab-audio-button[soundplaying] {
--button-icon-fill: white !important;
scale: 1.4 !important;
border: none !important;
--button-background-color-ghost-hover: transparent !important;
}
.tab-audio-button[muted] {
--button-icon-fill: red !important;
scale: 1.4 !important;
border: none !important;
--button-background-color-ghost-hover: transparent !important;
}
.tab-audio-button[muted]:hover {
--button-icon-fill: yellow !important;
}
}
Alles anzeigen
Diese Code und die befindet sich im CSS-ordner.