[enhancement] [Request] Winners and losers without score but x mark and check mark instead
Hi!
I'm looking for some way to display winner or loser without showing scores.
For now I simply use "1" for winner and "0" for loser and add this CSS to hide score and show winner with bold font:
.score{visibility:hidden}
.win{font-weight:bold}
But instead of score I would like to have: -for losers some red x mark like this: ✗ -and for winners a green check mark like this: ✓
Others marks could be used like: https://en.wikipedia.org/wiki/X_mark https://en.wikipedia.org/wiki/Check_mark
Or even some text could be used instead.
How could I achieve this?
Hi!
Any update about this?
I know it should be something to do with .team.win .team.lose but didn't find any way to fix achieve this yet.
Please let me know.
Best would probably be to override the rendering of the score in similar way as the team label can be customized.
It's not currently supported out of the box.
Can U provide any example how to do it?