Hi @anarchocaps ,
This could be achieved with css, just add this to your style.css file
.form-control:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.25);
}
Hi @anarchocaps ,
This could be achieved with css, just add this to your style.css file
.form-control:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.25);
}