Skip to content

Instantly share code, notes, and snippets.

@magician11
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magician11/9268814 to your computer and use it in GitHub Desktop.
Save magician11/9268814 to your computer and use it in GitHub Desktop.
EfficientWP styling for Gravity Forms
/* GRAVITY FORMS */
.ewp_contact_form input[type="submit"] {
background-color: #333;
color: #fff !important;
border: none;
border-radius: 3px;
padding: 16px 24px !important;
text-transform: uppercase;
cursor: pointer;
}
.ewp_contact_form input:hover[type="submit"] {
background-color: #0ebfe9;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment