jquery-bracket icon indicating copy to clipboard operation
jquery-bracket copied to clipboard

[enhancement] [Request] Winners and losers without score but x mark and check mark instead

Open Jabe64 opened this issue 10 years ago • 3 comments

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?

Jabe64 avatar Jun 14 '15 12:06 Jabe64

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.

Jabe64 avatar Nov 07 '15 22:11 Jabe64

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.

teijo avatar Nov 07 '15 23:11 teijo

Can U provide any example how to do it?

kwiatekp avatar Jun 04 '18 21:06 kwiatekp