Merge pull request #1677 from ajaxorg/old_ff_copy

add user select:text to ace_text-input
This commit is contained in:
Lennart Kats 2013-11-10 15:47:30 -08:00
commit 07d82837b4

View file

@ -144,6 +144,10 @@
padding: 0 1px;
margin: 0 -1px;
text-indent: -1em;
-ms-user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
user-select: text;
}
.ace_text-input.ace_composition {