CSR-1860 fix styling for select input.

This commit is contained in:
Bryan Mauger 2023-12-05 09:38:11 -05:00
parent 71398ec72a
commit 57d2b4ee0e
2 changed files with 4 additions and 0 deletions

View file

@ -73,6 +73,8 @@ body select {
background-position: 95% 50%;
background-size: 15px 9px;
appearance: none;
font-size: 16px;
color: #000;
}
body .creditCardSpecific div {
padding: 8px 0;

View file

@ -85,6 +85,8 @@ body {
background-position: 95% 50%;
background-size: 15px 9px;
appearance: none;
font-size: 16px;
color: #000;
}
.creditCardSpecific {