theme-store/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css
Tc001 c9c11a4cd1
Update Theme: Hide tab mute (#389)
* Update chrome.css

* Update theme.json
2024-09-18 12:39:54 +02:00

10 lines
223 B
CSS

@media not (-moz-bool-pref: "zen.view.sidebar-expanded") {
.tab-icon-overlay:is([soundplaying],
[muted],
[activemedia-blocked]) {
display: none !important;
}
.tab-icon-image {
opacity: 1 !important;
}
}