From 3b71b533bca5f0c17b321f17466fbd91a0462c7f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 21 Oct 2015 10:44:46 -0700 Subject: [PATCH] Disable obnoxious captcha fade-in. --- src/General/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 4d0b2cabf..668c6e3ab 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -111,6 +111,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) { #captchaContainerAlt td:nth-child(2) { display: table-cell !important; } +/* Disable obnoxious captcha fade-in. */ +body > div:last-of-type { + transition: none !important; +} /* Anti-autoplay */ audio.controls-added {