Skip to content

Instantly share code, notes, and snippets.

@stevenroh
Last active October 9, 2015 12:30
Show Gist options
  • Save stevenroh/b11308a4236ff68dd60e to your computer and use it in GitHub Desktop.
Save stevenroh/b11308a4236ff68dd60e to your computer and use it in GitHub Desktop.
.wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="email"], .wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap select {
padding: 10px 8px;
border-radius: 2px;
border: 1px solid black;
border: 1px solid rgba(0,0,0,0.2);
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7 input[type="submit"] {
color: #2b378d;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
position: relative;
}
.wpcf7 input[type="submit"]:hover {
background: rgba(43, 55, 141, 0.3);
border: 2px solid transparent;
}
.wpcf7-response-output {
margin: 0px !important;
margin-top: 20px !important;
padding: 10px 20px !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment