DarkKitsune
One Thousand Club
- One on One
- Group
To begin this post I know how to change the color of tabs. But I am by no means a code wizard. For comparison in case no one knows what I’m talking about.
Regular tabs:
Colored tabs:
Is it possible to keep Tab A the same shade of Green and make Tab B a darker shade of green or a differenr color entirely? Is what I’m wondering about. Is there something I need to add to the Div?
Here’s the code in case it helps
Regular tabs:
Colored tabs:
Is it possible to keep Tab A the same shade of Green and make Tab B a darker shade of green or a differenr color entirely? Is what I’m wondering about. Is there something I need to add to the Div?
Code:
[div=filter: hue-rotate(-45deg) saturate(125%) brightness(160%);][Tabs]
[Tab=A]
Content for Tab A
[/Tab]
[Tab=B]
Content for Tab B
[/Tab][/Tabs][/div]
[div=filter: hue-rotate(-80deg) saturate(40%) brightness(130%);][/div]
Here’s the code in case it helps