diff --git a/footer.php b/footer.php index f1a6163..08b687b 100644 --- a/footer.php +++ b/footer.php @@ -39,5 +39,12 @@ if ( in_array( 'reCAPTCHA', $dependencies ) ) { ?> + + diff --git a/header.php b/header.php index 8b58306..c9046f7 100644 --- a/header.php +++ b/header.php @@ -50,7 +50,7 @@ isq_load_textdomain(); - +
diff --git a/public/style.css b/public/style.css index b569202..2824864 100644 --- a/public/style.css +++ b/public/style.css @@ -42,6 +42,13 @@ body, input { } } +.load * { + -webkit-transition: none !important; + -moz-transition: none !important; + -ms-transition: none !important; + -o-transition: none !important; +} + /* Structure and global design */ a, a:visited { color: #013F6D;