summaryrefslogtreecommitdiff
path: root/aes/index.html
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-29 17:16:28 -0700
committers1n <[email protected]>2019-10-29 17:16:28 -0700
commitadbaf86979c4e62feea5bef98d7a99bc3f9d7e9f (patch)
tree048a63d7810f7a3f311ae12d19340f93ba5169e0 /aes/index.html
parentadd aes to demos (diff)
downloads1n.pw-admin-adbaf86979c4e62feea5bef98d7a99bc3f9d7e9f.tar.xz
s1n.pw-admin-adbaf86979c4e62feea5bef98d7a99bc3f9d7e9f.zip
fix aes sellecting
Diffstat (limited to 'aes/index.html')
-rw-r--r--aes/index.html8
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>