- Joined
- Jan 11, 2012
- Messages
- 241
ShadyX submitted a new resource:
"Faded" locked threads - Makes locked threads semi-transparent in the forum view.
Read more about this resource...
"Faded" locked threads - Makes locked threads semi-transparent in the forum view.
This small snippet of CSS will make threads that are locked semi-transparent. in the forum view.
Add this to your EXTRA.css
Code:.locked { opacity: 0.4; } .locked.sticky { opacity: 1.0; }
Read more about this resource...