How do I keep the same time input style in both firefox and chrome. I want it like in firefox. I am using angular material
firefox input time:
chrome input time:
<mat-form-field appearance="outline">
<mat-label>Hora hasta</mat-label>
<input matInput type="time" name="d4" [(ngModel)]="updateModel.horaHasta[0]" [min]="minHour" max="23:59">
</mat-form-field>

