theme-store/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css
mr. m 🤙 2069f040d5
Add theme: Better Unloaded Tabs (#552)
Co-authored-by: Felkazz <Felkazz@users.noreply.github.com>
2024-10-13 00:15:33 +02:00

5 lines
81 B
CSS

.tabbrowser-tab[pending="true"] {
filter: grayscale(1);
opacity: 0.5;
}