I want to change the color of bootstrap textbox from the default blue. tried:
.input-small,
.input-medium {
border-color: #E56717;
}
Not of much help. Also tried ":focus"
I want to change the color of bootstrap textbox from the default blue. tried:
.input-small,
.input-medium {
border-color: #E56717;
}
Not of much help. Also tried ":focus"
If you are using bootstrap 3 with LESS, you can set the variable
@input-border-focus
. This variable can be found invariables.less
.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!I presume you're speaking about the blue glow on focus? Try this: