From a283fe4628aad3750be0cd300983b9a3100fdf05 Mon Sep 17 00:00:00 2001 From: Noah Hefner Date: Fri, 16 Jul 2021 10:44:12 -0400 Subject: [Issue #44] Hide password when using "None" encryption (#56) * Changes behavior of password textarea when None encryption is selected * prettier * password text area hides on checking hide password tikbox * className re-structuring, changed Hide Password --- src/components/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/style.css') diff --git a/src/components/style.css b/src/components/style.css index b874a57..e6973f0 100644 --- a/src/components/style.css +++ b/src/components/style.css @@ -17,6 +17,10 @@ margin-bottom: 1em; } +.hidden { + display: none; +} + textarea { background-color: #fff; border: solid 1px #ddd; -- cgit v1.2.3