From 7c56fb0455d46aa4239c324bbfe89037b4147cf7 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Mon, 16 Dec 2019 19:05:06 +0100 Subject: [PATCH] Update CSS --- css/logo-nav.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/css/logo-nav.css b/css/logo-nav.css index 65a4198f..f369d37a 100755 --- a/css/logo-nav.css +++ b/css/logo-nav.css @@ -470,20 +470,17 @@ body { } .greydout { - -moz-opacity: .065; - -webkit-opacity: 0.065; - opacity: 0.65; - -webkit-transition: all .5s ease; - -moz-transition: all .5s ease; - -ms-transition: all .5s ease; - -o-transition: all .5s ease; - transition: all .5s ease; + -webkit-transition: all .05s ease; + -moz-transition: all .05s ease; + -ms-transition: all .05s ease; + -o-transition: all .05s ease; + transition: all .05s ease; } .greydout:hover { - -webkit-opacity: 1; - -moz-opacity: 1; - opacity: 1; + -webkit-opacity: 0.65; + -moz-opacity: 0.65; + opacity: 0.65; } /* JupyterHub section on front page */