diff options
| author | Noah Hefner <noahhefner@users.noreply.github.com> | 2021-07-16 10:44:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 07:44:12 -0700 |
| commit | a283fe4628aad3750be0cd300983b9a3100fdf05 (patch) | |
| tree | 6d03f2eb43c33dd51a5245aab873dc733b3a62e3 /src/components/style.css | |
| parent | afca06a7963a3acaa5ea8badb71038a5e216cda5 (diff) | |
[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
Diffstat (limited to 'src/components/style.css')
| -rw-r--r-- | src/components/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 17 | margin-bottom: 1em; | 17 | margin-bottom: 1em; |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | .hidden { | ||
| 21 | display: none; | ||
| 22 | } | ||
| 23 | |||
| 20 | textarea { | 24 | textarea { |
| 21 | background-color: #fff; | 25 | background-color: #fff; |
| 22 | border: solid 1px #ddd; | 26 | border: solid 1px #ddd; |
