been playing with changing the appearance of submit buttons in Safari using CSS.
Unfortunately, submit buttons don’t seem to change their appearance in Sarafi regardless of the CSS styles.
.button { color: fff; background: #567A7A; padding: 3px; border: 2px solid #000 }
This is the CSS code I apply to the button, and here is the button:
<input type=“submit” value=“submit” class=“button” />
Why does it not change appearance? What can I do about this?
Any help appreciated!
