Return to Snippet

Revision: 49874
at August 1, 2011 15:09 by jretamal


Initial Code
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;
}

Initial URL


Initial Description


Initial Title
CSs style button

Initial Tags


Initial Language
CSS