diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-13 08:17:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 08:17:21 -0700 |
| commit | 8c812c903f38ddffda0fd696bb32a0aa71db4fd6 (patch) | |
| tree | 1de95f2cb4e77bd3c33f20e196eda9284db3bbf1 /src/components/style.css | |
| parent | 4565540fa87d1726246044a9966e4b0aac6460fb (diff) | |
Hide password before printing (#42)
* feat: add possiblity to hide password fiel before priting
* HidePassword as a property of network and additional print styles
- Moves hidePassword into the network object
- Adds missing CSS for hiding password
Co-authored-by: orenaksakal <orenaksakal@gmail.com>
Diffstat (limited to 'src/components/style.css')
| -rw-r--r-- | src/components/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/style.css b/src/components/style.css index c1b78be..6887d59 100644 --- a/src/components/style.css +++ b/src/components/style.css | |||
| @@ -56,6 +56,9 @@ button#rotate { | |||
| 56 | #print-area textarea { | 56 | #print-area textarea { |
| 57 | border: none; | 57 | border: none; |
| 58 | } | 58 | } |
| 59 | .hide-password { | ||
| 60 | display: none; | ||
| 61 | } | ||
| 59 | #print-area { | 62 | #print-area { |
| 60 | position: absolute; | 63 | position: absolute; |
| 61 | left: 0; | 64 | left: 0; |
