From b2c79980c3ef4047bf0a073fe73f5220e3ebf737 Mon Sep 17 00:00:00 2001 From: newick Date: Tue, 20 Nov 2018 11:07:06 +0100 Subject: [PATCH] =?UTF-8?q?fix(#5):=20am=C3=A9lioration=20de=20l'apparence?= =?UTF-8?q?=20du=20textarea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 626e0d11..f38fc122 100644 --- a/public/style.css +++ b/public/style.css @@ -94,11 +94,17 @@ input[type="date"] { border: 1px solid #9b9b9b; border-radius: 4px; } - input[type="date"]:disabled { opacity: 0.7; } +textarea { + display: block; + width: 100%; + min-height: 130px; + padding: 0.5em; +} + .toggle-field { color: #4a90e2; cursor: pointer;