Changing bootstrap caret(color and position)

前端 未结 7 2470
广开言路
广开言路 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 14:43

    This works for Wordpress Bootstrap

    // Caret color
    .navbar .nav li.dropdown > .dropdown-toggle .caret {
        border-bottom-color: #FFFFFF;
        border-top-color: #FFFFFF;
    }
    

提交回复
热议问题