Is there a way to remove the blue border that appears when clicking on a button that doesn't have its original border? Here is the HTML code snippet:
<div id="buttonholder" style="border 1px solid black">
<button id="previous">< Previous round</button>
<button id="next">Next round ></button>
<button id="current">> Current round<</button>
<div style="font-size: 0;">
<form id="inputfield" name="inputfield">
<input type="inputfield" value="Search for round here...">
<input type="button" value="Go">
</form>
</div>
<div id="displayround">
1/38
</div></button>
</div>
If you require the full CSS code, please let me know. I have included only a part of it in the HTML for brevity.