From 596b4b8e02e1e684d21ed1f49767e84f548c2375 Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Thu, 11 Feb 2016 14:55:20 +0100 Subject: [PATCH] don't flash the no-javascript message while loading --- css/qvitter.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/qvitter.css b/css/qvitter.css index 1552c29..5af7e95 100644 --- a/css/qvitter.css +++ b/css/qvitter.css @@ -201,6 +201,13 @@ body.rtl .discard-error-message { left: 0; width:100%; text-align: center; + opacity:0; + animation: fadein 1s ease forwards 1s; + } + +@keyframes fadein { + from { opacity: 0; } + to { opacity: 1; } } #accessibility-toggle-link {