mirror of
https://github.com/kou029w/jwk.pages.dev.git
synced 2025-01-30 22:08:01 +00:00
blur to private key
This commit is contained in:
parent
dcfb30caae
commit
a6c5cafb43
1 changed files with 13 additions and 2 deletions
|
@ -67,9 +67,20 @@
|
|||
/>
|
||||
</form>
|
||||
<label for="private">Private Key</label>
|
||||
<pre id="private"></pre>
|
||||
<textarea id="private" rows="11"></textarea>
|
||||
<label for="public">Public Key</label>
|
||||
<pre id="public"></pre>
|
||||
<textarea id="public" rows="10"></textarea>
|
||||
<style>
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
textarea#private:not(:focus) {
|
||||
filter: blur(2rem);
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue