Merge branch 'stable-2.12' into stable-2.13

* stable-2.12:
  Fix copying text in Internet Explorer

Change-Id: Idc6018d9a8599ef6f9b0d3832a1c444284f07aaa
This commit is contained in:
Paladox
2016-10-05 09:19:12 +01:00

View File

@@ -63,7 +63,8 @@
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: text;
-ms-user-select: initial;
-ms-user-select: text;
user-select: initial;
}
.commentBox {