From 8280dab64e24f7fdbc444cb6bb5615b8418764d6 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Fri, 18 Jul 2014 17:08:33 -0500 Subject: [PATCH] Speed up tournament panel opening/closing --- style/client.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style/client.css b/style/client.css index c449ad385..878a310ac 100644 --- a/style/client.css +++ b/style/client.css @@ -1044,10 +1044,10 @@ a.ilink:hover { background-color: rgba(242, 247, 250, 0.85); max-height: 0; overflow: hidden; - transition: max-height 0.5s ease-in-out; - -o-transition: max-height 0.5s ease-in-out; - -moz-transition: max-height 0.5s ease-in-out; - -webkit-transition: max-height 0.5s ease-in-out; + transition: max-height 0.2s ease-in-out; + -o-transition: max-height 0.2s ease-in-out; + -moz-transition: max-height 0.2s ease-in-out; + -webkit-transition: max-height 0.2s ease-in-out; } .tournament-bracket {