Changing bootstrap caret(color and position)

前端 未结 7 2377
广开言路
广开言路 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
    }
    

提交回复
热议问题