Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
CSS help; new post glow
Rajio
✭
Best Answer
-
luc ✭✭I can be wrong, but I think it's done via js with the discussion.js and the 4 different lines similar to this:
.effect("highlight", {}, "slow");
http://docs.jquery.com/UI/Effects/effect#overview
http://docs.jquery.com/UI/Effects/Highlight#option-color
For instance .effect("highlight", {"color" : "#009900"}, "slow");
0
Answers
.effect("highlight", {}, "slow");
http://docs.jquery.com/UI/Effects/effect#overview
http://docs.jquery.com/UI/Effects/Highlight#option-color
For instance .effect("highlight", {"color" : "#009900"}, "slow");