From a27645772ac0dc9bf972a4fded00592e58359b92 Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 10 Dec 2017 13:44:33 +1300 Subject: [PATCH] css: instant on, animate off --- static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index e53f2e1..c72e234 100644 --- a/static/style.css +++ b/static/style.css @@ -116,8 +116,14 @@ select { text-decoration:none; } +.nav a { + transition:all 0.1s linear; +} + .nav a:hover { border-color: grey black black grey; + + transition:all 0s linear; } .area-search { @@ -181,8 +187,6 @@ select { .ddmenu a:hover { background:#FFF; - -moz-transition:all 0.1s linear; - -webkit-transition:all 0.1s linear; } #tr1 {