color unique tournaments in schedule view

This commit is contained in:
Thibault Duplessis 2016-01-23 21:20:47 +07:00
parent 20fcc962ff
commit 31e841cb3e

View file

@ -610,6 +610,9 @@ ol.scheduled_tournaments li.marathon {
#tournament_schedule .tournament.marathon {
background-color: #66558C;
}
#tournament_schedule .tournament.unique {
background-color: #d59120;
}
#tournament_schedule .icon {
float: left;
font-size: 2.4em;