Skip to content

Instantly share code, notes, and snippets.

@jonathanenlared
Created April 14, 2021 17:51
Show Gist options
  • Save jonathanenlared/796b13290ee8360a37e8610c8a6d73f6 to your computer and use it in GitHub Desktop.
Save jonathanenlared/796b13290ee8360a37e8610c8a6d73f6 to your computer and use it in GitHub Desktop.
#frm_form_125_container button[type="submit"] {
background:orange;
}
#frm_form_125_container button[type="submit"]:hover {
background:darkorange;
}
#field_woi2q {
background: black;
}
#field_woi2q:focus {
border-color: orange;
}
#frm_field_2130_container {
border: 2px solid #6b6b6b;
padding: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment