Is it possible to change the color of the bubble or drop that is under the text cursor of mobile device inputs? I changed the caret-color but it doesn't seem to have any effect, the bubble is still blue.
I don't know the correct technical term for that bubble/drop.
My code:
* {
caret-color: green;
}
Result/Example:
Edit: This drop/bubble only appears on Android devices apparently.
