i have a html page.While i take the page in chrome or Safari , there is a yellow border around the text box.
For removing the border,i have added
<style type="text/css">
  input{
  outline:none;
}
</style>
And the border has gone.
But while i take the page in Mac machine (chrome & Safari).it still there. Anyone have idea of how to fix it in Mac?
:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: 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