Answers for "bootstrap input highlight"

CSS
0

input area bootstrap highlight

.form-control, .form-control:focus{
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   border: rgba(255, 255, 255, 0);
}
Posted by: Guest on June-02-2021

Code answers related to "bootstrap input highlight"

Browse Popular Code Answers by Language