From 6df30d02c06192f3a6bfec9ca6097949ec1550a4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Feb 2021 13:07:55 +0000 Subject: [PATCH] Text box style --- epicyon-welcome.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epicyon-welcome.css b/epicyon-welcome.css index e70744b25..0e3594ca7 100644 --- a/epicyon-welcome.css +++ b/epicyon-welcome.css @@ -174,7 +174,7 @@ span.psw { font-size: var(--welcome-font-size); font-family: Arial, Helvetica, sans-serif; } - input[type=text], input[type=password] { + input[type=text], input[type=password], textarea { width: 100%; padding: 12px 20px; margin: 8px 0; @@ -214,7 +214,7 @@ span.psw { font-size: var(--welcome-font-size-mobile); font-family: Arial, Helvetica, sans-serif; } - input[type=text], input[type=password] { + input[type=text], input[type=password], textarea { width: 100%; padding: 12px 20px; margin: 8px 0;