Skip to content

Instantly share code, notes, and snippets.

@ryantownley
Last active November 29, 2019 20:53
Show Gist options
  • Save ryantownley/7fbe8559e02c4e8107e7c904976e5bb3 to your computer and use it in GitHub Desktop.
Save ryantownley/7fbe8559e02c4e8107e7c904976e5bb3 to your computer and use it in GitHub Desktop.
Minimal Genesis form styles.
input,
textarea,
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.site-container .wpforms-container .wpforms-form .wpforms-field input,
.site-container .wpforms-container .wpforms-form .wpforms-field textarea {
border: 0 !important;
border-bottom: 3px solid #eee !important;
}
input:focus,
select:focus,
textarea:focus,
.nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-content input:not([type=button]):focus,
.nf-form-content textarea:focus,
.site-container .wpforms-container .wpforms-form .wpforms-field input:focus ,
.site-container .wpforms-container .wpforms-form .wpforms-field textarea:focus {
border: 0 !important;
border-bottom: 3px solid #ddd !important;
outline: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment