Created
April 14, 2021 17:51
-
-
Save jonathanenlared/796b13290ee8360a37e8610c8a6d73f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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