browser-addons/userChrome.css

9 lines
154 B
CSS
Raw Permalink Normal View History

2024-06-10 07:56:24 +02:00
tab[muted] .tab-icon-overlay,
tab:not([muted]) .tab-icon-overlay {
display: none !important;
}
tab[muted] .tab-icon-image {
opacity: 1 !important;
}