0

I want to change the border color of any element when it gets focused from blue to green. The problem is I don't know the attribute name I should change to override this. Any help would be very much appreciated.

Below is an image for better comprehension:

enter image description here

  • See this answer: http://stackoverflow.com/questions/14820952/change-bootstrap-input-focus-blue-glow#answer-14822905 – Joel Brewer Sep 01 '14 at 01:02

1 Answers1

1

Go to http://getbootstrap.com/customize/, look for @input-border-focus, enter your desired color code, scroll down and click "Compile and Download".

red_trumpet
  • 601
  • 1
  • 6
  • 15