After adjusting the height of my inputs (date type) to 40px, I noticed that the up and down controls are no longer aligned with the text inside the field.
I am looking for a solution to either adjust the height of the spins or remove them if necessary in order to fix this issue.
<table>
<tr>
<td>From <input type="date" name="from" value="'.$currdate.'" autofocus/> </td>
<td>To <input type="date" name="to" value="'.$currdate.'" /> </td>
</td>
</tr>
</table>
I am unsure whether this problem can be addressed using jQuery or javascript.