Fix select element styling for Firefox

This commit is contained in:
Zed 2019-10-28 04:02:22 +01:00
parent 98b66267a2
commit 51a5c473ae
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@ select {
font-size: 14px;
}
input[type="text"] {
height: 16px;
}
select {
height: 20px;
padding: 0 2px;
}
input[type="date"]::-webkit-inner-spin-button {
display: none;
}