Is there a way to change the dropdown field to not have rounded corners? All the fields on the form can be set to square except the dropdown when it opens.
I tried adding:
.frm_field_XXXXX_container {
border-radius: 0 !important;
}
But still no luck. Any ideas???
Please login or Register to submit your answer