Submit button style using css. dr-wordpress
Time saving practice just copy and paste this code all the input button got same styling.I don't like the default button style.
input[type=submit]
{
width: 60px;
margin: 0;
margin-left: 8px;
border: 0;
border-radius: 2px;
-moz-border-radius: 2px;
background: #000;
background: rgba(0,0,0,.6);
color: #fff;
cursor: pointer;
font-size: 13px;
height: 26px;
z-index: 0;
}
No comments:
Post a Comment