1: android:textCursorDrawable @null android:textColor .
textCursorDrawable API 12
2: iOS 7 tintColor UITextField. , .
...
textField.tintColor = [UIColor redColor];
... Interface Builder:
3: EditText android:textCursorDrawable
@null,
android:textCursorDrawable="@null"
, EditText Cursor EditText TextColor.
4: CSS-, JavaScript...
div {
cursor: url(YOUR_IMAGE_URL), auto;
}