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
This is happening because of default style you need to override it by define your own class for example 'change':-
Search button.button-search.change{ border:0; padding:0; }
Updated fiddle :-http://jsfiddle.net/ynwypqw2/