summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>