how to add green for kills and red for losses?

Discuss/Upload themes created for EDK here.
Post Reply
Plain213
Greenhorn
Posts: 37
Joined: Thu May 19, 2011 00:44

how to add green for kills and red for losses?

Post by Plain213 »

Can someone answer this question?
Brutus Mayhem
Greenhorn
Posts: 10
Joined: Thu Oct 13, 2011 12:46

Re: how to add green for kills and red for losses?

Post by Brutus Mayhem »

Plain213 wrote:Can someone answer this question?


my killboard does it automatically, or at least i've always seen green for kills and red for losses, maybe something to do with a mod/theme i have installed.
Khi3l
Apprentice
Posts: 63
Joined: Sat Jun 12, 2010 14:02

Re: how to add green for kills and red for losses?

Post by Khi3l »

admin -> Front Page -> Combine kills and losses
Plain213
Greenhorn
Posts: 37
Joined: Thu May 19, 2011 00:44

Re: how to add green for kills and red for losses?

Post by Plain213 »

this doesnt fix it for IE or Chrome
protous
Noob
Posts: 1
Joined: Sat Jun 01, 2013 23:19

Re: how to add green for kills and red for losses?

Post by protous »

I am having the same issue, have reviewed the answer from other threads as well and from what I can tell, I have it set correctly.

:D

thanks
P

http://fromtheash.com/kb

issue resolved, added this at row 968 in the style.css

.kb-table-rows > tbody > tr.kb-table-row-kill:nth-child(even)
{
background: #005000;
background: rgba(0, 80, 0, 0.8);
}


.kb-table-rows > tbody > tr.kb-table-row-kill:nth-child(odd)
{
background: #005000;
background: rgba(0, 80, 0, 0.8);
}
Post Reply