Merge pull request #1677 from ajaxorg/old_ff_copy
add user select:text to ace_text-input
This commit is contained in:
commit
07d82837b4
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue