How can I change the border/outline color for input and textarea elements in Twitter Bootstrap?

后端 未结 3 1686
梦毁少年i
梦毁少年i 2020-12-05 14:27

I want to change the color of bootstrap textbox from the default blue. tried:

.input-small,
.input-medium {
    border-color: #E56717;
}

No

3条回答
  •  臣服心动
    2020-12-05 15:25

    To whom visited this page and didn't find a solution, what I did is replacing -webkit-focus-ring-color with desired color and it works just fine!

提交回复
热议问题