From 7ab80f7f45793583ff342f9a2fab6f29f33f8c62 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 25 Jun 2011 20:16:52 +0200 Subject: [PATCH] Simple CSS. --- script.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script.coffee b/script.coffee index 35c1cb33f..94f115d79 100644 --- a/script.coffee +++ b/script.coffee @@ -2327,8 +2327,7 @@ main = height: 120px; } #qr.auto:not(:hover) > form { - height: 0; - overflow: hidden; + display: none; } /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */ #qr input::-webkit-input-placeholder {