Отзывы Projekt R
Оценено на 5 из 5
от Projekt R, 6 лет назадAbsolutely amazing extension. So many options for customization..
Ответ разработчика
размещено 6 лет назадThanks. There is a field with 'Foreground color' label in Settings/Styles editor/Tabs to set color of text of inactive tab. If you mean the color of discarded (not loaded) tab, you can add this custom CSS:
.Tab[data-discarded] .lvl-wrapper {
opacity: .7;
}
.Tab[data-discarded] .lvl-wrapper {
opacity: .7;
}