Forum Moderators: not2easy
Does anyone know of a way to globally define a style for <input type="button"> or <input type="submit"> that do not have classes applied to them, without affecting the appearance of the other form elements (<input type="text", "checkbox", "radio", etc.>)
Thanks!
input {
font: 8pt Verdana, Arial, Helvetica, sans-serif;
color: #029;
margin: 0px;
padding-top: 1px;
padding-left: 0px;
display: inline;
background: #D5D5D4;
}
I guess it would possibly have affect on other things, but in my case, the "form" is simply an "Order" button next to products.
Shadows Papa