piroor/suspendtab

request - gray title of tab

Closed this issue · 2 comments

Grey-shaded text of suspended tabs, like in BarTab

user_profile/chrome/userChrome.css

.tabbrowser-tab[pending]
{
opacity: .5;
}

Doesn't work :(