Amaury
Well-known member
Amaury submitted a new resource:
How to Style Thread Tags - How to style thread tags.
Read more about this resource...
How to Style Thread Tags - How to style thread tags.
@The Wanderer sent me a conversation asking how to style the hover effect of thread tags. I figured I'd create a resource for anyone else wondering as well.
It's simple:
Code:.taggingInput .tag { color: @secondaryDarker; background-color: @secondaryLighter; background-image: none; border-color: @secondaryLighter; } .taggingInput .tag a { color: @secondaryDarker !important; } .taggingInput .tag a:hover { color: @secondaryDarker !important;...
Read more about this resource...