Fix select element styling for Firefox
This commit is contained in:
parent
98b66267a2
commit
51a5c473ae
|
@ -24,6 +24,15 @@ select {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"] {
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
select {
|
||||||
|
height: 20px;
|
||||||
|
padding: 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="date"]::-webkit-inner-spin-button {
|
input[type="date"]::-webkit-inner-spin-button {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue