Answers for "remove focus border css select bootstrap"

0

bootstrap input remove border on focus

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
Posted by: Guest on June-26-2021

Code answers related to "remove focus border css select bootstrap"

Browse Popular Code Answers by Language