You can change the focus border color of the input (to i.e. red) using 2 CSS rules below: .form-control:focus ~ .form-notch div { border-color: red ...
確定! 回上一頁