Skip to content

Instantly share code, notes, and snippets.

@tankbar
Created October 12, 2016 13:25
Show Gist options
  • Save tankbar/f5799cac687daac0e9a6db3a4befb089 to your computer and use it in GitHub Desktop.
Save tankbar/f5799cac687daac0e9a6db3a4befb089 to your computer and use it in GitHub Desktop.
Styling classes for Gravity Forms
/*-------------------------------------------------------------------------*/
/* Gravity Forms
/*-------------------------------------------------------------------------*/
.gform_wrapper {
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
&:active,
&:focus {
}
}
textarea {
&:active,
&:focus {
}
}
input[type=text] {
&:hover {
}
}
select {
}
.gform_footer {
input.button,
input[type=submit]{
&:hover {
}
}
}
.message {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment