Opera text-shadow bug
Submit inputs dont get the shadow for the text.
by Alwaison
HTML
<input type="submit" id="send" value="Send" />
CSS
input {
-moz-text-shadow:2px 2px 2px red;
-webkit-text-shadow:2px 2px 2px red;
-o-text-shadow:2px 2px 2px red;
text-shadow:2px 2px 2px red;
background:none;
border:0;
font-size:2em;
}