diff options
| author | s1n <[email protected]> | 2019-10-29 17:16:28 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-29 17:16:28 -0700 |
| commit | adbaf86979c4e62feea5bef98d7a99bc3f9d7e9f (patch) | |
| tree | 048a63d7810f7a3f311ae12d19340f93ba5169e0 /aes | |
| parent | add aes to demos (diff) | |
| download | s1n.pw-admin-adbaf86979c4e62feea5bef98d7a99bc3f9d7e9f.tar.xz s1n.pw-admin-adbaf86979c4e62feea5bef98d7a99bc3f9d7e9f.zip | |
fix aes sellecting
Diffstat (limited to 'aes')
| -rw-r--r-- | aes/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aes/index.html b/aes/index.html index 6b15606..3c65684 100644 --- a/aes/index.html +++ b/aes/index.html @@ -44,10 +44,10 @@ <style> .aes { - -webkit-user-select: all; - -moz-user-select: all; - -ms-user-select: all; - user-select: all; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } </style> |