Merge pull request #1615 from Safelite/CSR-1860-fix-font-size-for-select
CSR-1860 fix styling for select input.
This commit is contained in:
commit
78bdc5cb86
2 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ body select {
|
||||||
background-position: 95% 50%;
|
background-position: 95% 50%;
|
||||||
background-size: 15px 9px;
|
background-size: 15px 9px;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
body .creditCardSpecific div {
|
body .creditCardSpecific div {
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,8 @@ body {
|
||||||
background-position: 95% 50%;
|
background-position: 95% 50%;
|
||||||
background-size: 15px 9px;
|
background-size: 15px 9px;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.creditCardSpecific {
|
.creditCardSpecific {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue