Allow selection of message box contents for ease of error message copy/paste.

This commit is contained in:
Dave Page 2017-01-08 09:59:17 +05:30
parent 2787c5c207
commit 5d0a0e57e7

View File

@ -1460,7 +1460,7 @@ body {
user-select: none;
}
.enable-selection, .form-control, .backgrid td {
.enable-selection, .form-control, .backgrid td, .ajs-content {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;