#btnLeft{
width:40px;
padding:2px 5px 2px 5px;
background-color: #20a0a0;
border: thin solid #099;
border-radius:7px;
text-align:center;
font-family:"Futura Md BT";
font-size:large;
color:#FFF;
}
This particular code snippet defines the styling for a CSS button. If a user accidentally double clicks on the button, the text inside it becomes selected, leading to a change in its background color. Is there a way to prevent this automatic selection when double clicking?