[RSS Feed/News] How to Style Thread Tags [Deleted]

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Amaury submitted a new 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:

Code:
.taggingInput .tag {
    color: @secondaryDarker;
    background-color: @secondaryLighter;
    background-image: none;
    border-color: @secondaryLighter;
}

.taggingInput .tag a {
    color...
Click to expand...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom