Is it possible to style just the text of an ASP button using CSS? I am specifically looking to use -webkit-mask-image to style only the text.
<span class="submitSection">
<input type="submit" name="ctl00$MainContent$LoginUser$LoginButton" value="Enter" id="MainContent_LoginUser_LoginButton" class="submitButton">
</span>
I have attempted the following:
.submitButton a
{
.submitButton Text
{
Any suggestions on how to achieve this?