סקירה מאת 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;
}