For anyone else having issues with squareup payments fields not showing the input box background and boarder, this is the code we had to add to the custom CSS.
.wc-square-credit-card-hosted-field{
height:3em !important;
padding:5px !important;
border:1px solid #000 !important;
background-color: #ffffff !important;
border-radius:3px !important;
transition:border-color 160ms !important;
-webkit-transition:border-color 160ms !important;
}