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 {