<< Back to Programming Forum   Search

Posts 1 - 3 of 3   
CLOT style sheet questions: 9/9/2013 23:28:16


ChrisCMU 
Level 61
Report
I altered my background, text, link colors...how do I alter the green highlighting for active players?
CLOT style sheet questions: 9/9/2013 23:54:33

Fizzer 
Level 64

Warzone Creator
Report
Check out renderlot.html. There's a line that says something like
if player is participating, add style="background-color: #00FF00"
CLOT style sheet questions: 9/10/2013 15:11:53


ChrisCMU 
Level 61
Report
Thanks! That worked.

I also added that statement (in my case highlights gray on black background):

"{%if player.key.id() in container.lot.playersParticipating %} style="background-color: #A4A4A4" {%endif%}"

to the rank and win/loss columns as well, so it highlights all three columns for people participating in ladder.
Posts 1 - 3 of 3