Changing bootstrap caret(color and position)

前端 未结 7 2365
广开言路
广开言路 2021-02-12 14:24

I want to change color of caret and make it not relative from input text, because it\'s hard to make it look good when it is.

相关标签:
7条回答
  • 2021-02-12 15:01

    If you want to only change the color of the caret itself, not the size or position, some simple CSS works fine (This is Bootstrap 3.3.6 and Wordpress 4.5.2):

    a span.caret {
      color: #666
    }
    
    0 讨论(0)
提交回复
热议问题