Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created March 3, 2017 14:44
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 anonymous/584ccf9085aff0761a9abde3bab86840 to your computer and use it in GitHub Desktop.
Save anonymous/584ccf9085aff0761a9abde3bab86840 to your computer and use it in GitHub Desktop.
#buddypress input[type=button],
#buddypress input[type=reset],
#buddypress input[type=submit],
input {
background: #789b7a;
border: 3;
color: #555555;
font-size: small;
padding: 2;
margin: 2;
}
#buddypress input[type=button]:hover,
#buddypress input[type=reset]:hover,
#buddypress input[type=submit]:hover,
input {
background: #2b9b33;
border: 3;
color: #555555;
font-size: small;
padding: 2;
margin: 2;
}
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
input {
background: #ffffff;
border: 3;
color: #555555;
font-size: small;
padding: 2;
margin: 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment