https://ibb.co/52h88fz
when the user clicks the input box the boarder changes to black color ,how to change the color to blue
This topic has 2 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler
https://ibb.co/52h88fz
when the user clicks the input box the boarder changes to black color ,how to change the color to blue
Hello,
.dokan-form-control:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus, textarea.form-control:focus {
border-color: #273a8e;
}
Regards
The issue related to '‘Input Boarder’' has been successfully resolved, and the topic is now closed for further responses