Created
January 25, 2015 20:27
-
-
Save kontikidigital/1911045c6ebca5856df9 to your computer and use it in GitHub Desktop.
Genesis: Use Image Button with Genesis eNews Extended
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Use Image Button with Genesis eNews Extended*/ | |
.enews-widget #subbutton { | |
transition: none; | |
text-decoration: none !important; | |
padding: 0px; | |
margin-top: 1em; | |
border: none; | |
display: block; | |
color: #FFFFFF !important; | |
vertical-align: top; | |
font-size: 1.2em; | |
text-align: center; | |
background: url('images/more-info.png') no-repeat 0 0; | |
} | |
.enews-widget #subbutton:hover { | |
background: url('images/more-info.png') no-repeat -145px 0; | |
} | |
.enews-widget #subbutton:active { | |
border: none; | |
background: url('images/more-info.png') no-repeat -288px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment