/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
a.more-link:hover, input[type="submit"]:hover { background-color: white; text-decoration: none; color: #252525; box-shadow: 0 1px 1px #CFCFCF; -webkit-box-shadow: 0 1px 1px #CFCFCF; -moz-box-shadow: 0 1px 1px #CFCFCF; } a.more-link, input[type="submit"] { display: block; background-color: whiteSmoke; height: 30px; width: 100px; line-height: 30px; text-align: center; color: #666; float: left; font-size: 13px; border: 0; cursor: pointer; margin: 5px 0 0; border: 1px solid #CFCFCF; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }