how to add green for kills and red for losses?
how to add green for kills and red for losses?
Can someone answer this question?
-
- Greenhorn
- Posts: 10
- Joined: Thu Oct 13, 2011 12:46
Re: how to add green for kills and red for losses?
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.
Re: how to add green for kills and red for losses?
admin -> Front Page -> Combine kills and losses
Re: how to add green for kills and red for losses?
this doesnt fix it for IE or Chrome
Re: how to add green for kills and red for losses?
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.
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);
}

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);
}