Is it possible to change the caret "bubble"/"drop" color with CSS? (specific mobile)

145 views Asked by At

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:

enter image description here

Edit: This drop/bubble only appears on Android devices apparently.

0

There are 0 answers