This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Blinking cursor styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23654
    applemoozapplemooz
    Participant

    Hi

    Could you tell me how I can style the blinking pipe in the search field (see image)?
    I need it thicker so it becomes better visible to the attention of the audience.

    • This topic was modified 6 years, 11 months ago by applemoozapplemooz.
    #23661
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Well, most browsers determine this color automatically, on others this is inherited. I found one possible way to change this via custom CSS. You can try:

    input.orig {
      caret-color: rgb(0, 0, 0) !important;
    }

    This changes the caret color (blinking cursor color) to the default black. No other values can be changed on the caret, this is the only thing that some browsers support.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.