Shqyrtim nga Projekt R
Vlerësuar me 5 yje nga 5 të mundshëm
nga Projekt R, 6 vite më parëAbsolutely amazing extension. So many options for customization..
Përgjigje zhvilluesi
postuar më 6 vite më parë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;
}