mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
9 lines
269 B
CSS
9 lines
269 B
CSS
|
|
.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) img {
|
|
opacity: unset !important;
|
|
}
|
|
#zen-essentials-container {
|
|
.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) img {
|
|
opacity: unset !important;
|
|
}
|
|
}
|