- This topic has 1 reply, 2 voices, and was last updated 8 years, 2 months ago by .
-
Ticket
-
I am using hubspot forms – integrating with UNICON.
However, the form works well except that i need some of the forms to be page width (centered) and the input type tel always seems to be taking a white background. even thought its highlighted correctly in the CSS.Also select seems not to be showing with any styling.
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea{ /*-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;*/ padding: 10px 12px; outline: none !important; border-radius: 2px; font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; font-size: 13px; margin: 0 0 20px 0; width: 200px; max-width: 100%; display: block; color: #999; line-height: 1.6; border: 1px solid #dddddd; background: #ffffff; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s;
Thank you.
Sorry, only verified customers can view ticket replies.