I tried to change the color of the text in the submit button type but, I don't know why I am not able to change it.
.button { width: 105px; height: 20px; background-image: url('tiny.gif'); line-height: 20px; padding-bottom: 2px; vertical-align: middle; font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; <!--font-weight: bold; -->text-transform: none; border: 1px solid transparent; } .button:hover { background-image: url('tiny_.gif'); }
<input type="submit" value="Fetch" class="button" />
.button { font-size: 13px; color:green; }
<input type="submit" value="Fetch" class="button"/>
2.1m questions
2.1m answers
60 comments
57.0k users