fix tournament box transition - closes #626

pull/636/head
Thibault Duplessis 2015-06-22 10:55:34 +02:00
parent 9a151a8ed2
commit 25ff34bc79
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ ol.scheduled_tournaments li.marathon {
box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
border-radius: 2px;
text-decoration: none;
transition: 0.13s;
transition: -webkit-filter 0.13s, filter 0.13s;
color: #fff;
}
#tournament_schedule .tournament.joinable:hover {