FIDDLE
.TitleBtn
{
border: none;
background:none;
}
Click on the button and check. It ll show a blue border around it. I think it's input type buton's behaviour. I want to remove it. How to do it??
Try adding this css to the button:
outline: none;
Your overall css would be:
.TitleBtn
{
border: none;
background:none;
outline: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With