I am trying to define a custom css button for my search form. I cant figure out why this particular button has a strange border around it? I need to get it removed but cannot
If you add the following code above your code, it will work:
button { border: medium none; margin: 0; padding: 0; }
This code reset some of the default styles in the browsers.