mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
5 lines
81 B
CSS
5 lines
81 B
CSS
|
|
.tabbrowser-tab[pending="true"] {
|
|
filter: grayscale(1);
|
|
opacity: 0.5;
|
|
}
|