Two buttons are dynamically generated (they're out of my control). I would like to change the images of these buttons but I'll have to use CSS since I can't actually change the button code. I'm assuming I'll need to do this based on the CSS values if that's even possible. Here's the button code:
<button type="submit" class="btn btn-default" name="provider" value="Facebook" title="Log in using your Facebook account.">Facebook</button>
<button type="submit" class="btn btn-default" name="provider" value="Twitter" title="Log in using your Twitter account.">Twitter</button>
The two images that I wish to implement are: Facebook-Login.png and Twitter-Login.png. If this is possible with CSS can someone please post the code? Thanks, Chris.