CSR-1860 fix styling for select input.
This commit is contained in:
parent
71398ec72a
commit
57d2b4ee0e
2 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -85,6 +85,8 @@ body {
|
|||
background-position: 95% 50%;
|
||||
background-size: 15px 9px;
|
||||
appearance: none;
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.creditCardSpecific {
|
||||
|
|
|
|||
Loading…
Reference in a new issue